@charset "utf-8";

html {
    background-color: #fff;
    font-size: 100px;
}

@font-face {
    font-family: "iconfont"; /* Project id 2965146 */
    src: url("//at.alicdn.com/t/font_2965146_oc7ucygu5fp.eot?t=1645083596531"); /* IE9 */
    src: url("//at.alicdn.com/t/font_2965146_oc7ucygu5fp.eot?t=1645083596531#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("//at.alicdn.com/t/font_2965146_oc7ucygu5fp.woff2?t=1645083596531") format("woff2"),
    url("//at.alicdn.com/t/font_2965146_oc7ucygu5fp.woff?t=1645083596531") format("woff"),
    url("//at.alicdn.com/t/font_2965146_oc7ucygu5fp.ttf?t=1645083596531") format("truetype");
}

@font-face {
    font-family: "DIN";
    src: url("../fonts/DINPro/fonteditor.woff2") format("woff2"),
    url("../fonts/DINPro/fonteditor.woff") format("woff"),
    url("../fonts/DINPro/fonteditor.ttf") format("truetype");
}

@font-face {
    font-family: "iconfont_yiwo"; /* Project id 3462013 */
    /*src: url("/resources/assets/fonts/iconfont.woff2?t=1655108278829") format("woff2"),
    url("/resources/assets/fonts/iconfont.woff?t=1655108278829") format("woff"),
    url("/resources/assets/fonts/iconfont.ttf?t=1655108278829") format("truetype");*/
    src: url('//at.alicdn.com/t/c/font_3462013_u7gh9ut8e8.woff2?t=1659922798557') format('woff2'),
    url('//at.alicdn.com/t/c/font_3462013_u7gh9ut8e8.woff?t=1659922798557') format('woff'),
    url('//at.alicdn.com/t/c/font_3462013_u7gh9ut8e8.ttf?t=1659922798557') format('truetype'),
    url('//at.alicdn.com/t/c/font_3462013_u7gh9ut8e8.svg?t=1659922798557#iconfont') format('svg');
}

.DIN {
    font-family: "DIN";
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont_yiwo {
    font-family: "iconfont_yiwo" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.hader-mask {
    display: none;
}

img {
    display: block;
    max-width: 100%;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html {
    background-color: #f0f5fb;
}

.singe-page ul.mb_2018_list_v li {
    padding-left: 20px !important;
    line-height: 32px;
}

.singe-page ul.mb_2018_list_v li::before {
    display: none;
}

.singe-page ul.mb_2018_list_v li::after {
    width: 14px;
    height: 14px;
    border-radius: none;
    background: transparent;
    background: url(../images/gou_icon.png) no-repeat;
    background-size: cover;
    top: 9px;
}

.singe-page blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding: 2px 8px 2px 20px;
    border-left-width: 5px;
}

.product_banner.mm_pro .top_nbsp {
    height: 20%;
}

.ewm-box,
.qq-box {
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -122.5px;
    position: fixed;
    height: 245px;
    width: 220px;
    border-radius: 5px;
    background-color: #fff;
    border: 5px solid rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.qq-box {
    height: auto;
}

.ewm-box.active,
.qq-box.active {
    display: block;
}

.ewm-box .img,
.qq-box .img {
    height: 210px;
    width: 210px;
    display: block;
    padding: 10px;
}

.holder {
    width: 100%;
    height: auto;
    line-height: 45px;
    padding-top: 15px;
    display: flex;
}

.holder .jp-previous,
.holder .jp-next {
    display: none;
}

.holder a {
    display: block;
    width: 40px;
    height: auto;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}

.holder a.jp-current {
    background: #1d5dff;
    color: #fff;
}

.holder a:hover {
    background: #1d5dff;
    color: #fff;
}

.qq-box .img p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
}

.qq-box .img {
    height: auto;
}

.e-b-t {
    color: #666;
    background: #f2f2f2;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.e-b-t p {
    font-size: 12px;
    margin-left: 10px;
}

.close-ewm,
.close-qq,
.close-ewm2 {
    width: 24px;
    height: 24px;
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.globle_button.blue {
    color: #fff;
}

input {
    appearance: none;
    outline: none;
    font-family: inherit;
    box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 0;
    color: inherit;
}

.home .section1 .tabs .tab-plane .right .item .flex b a:hover,
.home .section1 .tabs .tab-plane .left b a:hover {
    text-decoration: underline;
}

.singe-page a.article_button_4 {
    color: #fff;
}

.parent_layer {
    margin-top: 200px !important;
}

.new_content_20210622 {
    margin-top: 0 !important;
}

input::placeholder {
    font-family: inherit;
    color: inherit;
    opacity: 0.45;
}

.singe-page p,
.ql-image-container {
    background: transparent !important;
}

.virtual-scroll {
    position: fixed;
    width: 17px;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 35;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: opacity 0.25s;
    user-select: none;
    display: none;
}

.virtual-scroll:hover {
    opacity: 1;
    background-color: #fff;
}

.virtual-scroll:hover .virtual-scroll-thumb {
    width: 13px;
    border-radius: 0px;
}

.virtual-scroll:before {
    content: "";
    position: absolute;
    width: 100vw;
    right: 0;
    height: 100vh;
    top: 0;
    display: none;
    z-index: -1;
}

.virtual-scroll.dblclick:hover:after {
    content: "双击返回顶部";
    position: absolute;
    line-height: 40px;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    right: 25px;
    bottom: 50px;
    white-space: nowrap;
    pointer-events: none;
    font-size: 14px;
}

.virtual-scroll.active {
    opacity: 1;
}

.virtual-scroll.mousedown:before {
    display: block;
}

.virtual-scroll .virtual-scroll-thumb {
    position: absolute;
    width: 7px;
    height: 200px;
    background-color: #444;
    right: 2px;
    border-radius: 7px;
    top: 0;
    transition: background-color 0.25s;
    cursor: pointer;
}

.virtual-scroll .virtual-scroll-thumb:hover {
    background-color: #222;
}

.virtual-scroll .virtual-scroll-thumb:hover.active {
    background-color: #000;
}

.virtual-scroll .virtual-scroll-thumb.active {
    background-color: #000;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #195aff;
}

.loader svg {
    width: 4rem;
    height: auto;
    stroke: #94ffd5;
    fill: #6178f6;
    stroke-dasharray: 70 70;
    stroke-dashoffset: -70;
    stroke-width: 0.1;
}

body {
    color: #3e3e3e;

    font-size: 16px;
    font-family: "微软雅黑";
    width: 100%;
    overflow-x: hidden;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

body.home-body {
    background-color: #f5f8fc;
}

.text-no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    transition: transform 0.25s;
}

header.active {
    transform: translateY(0px);
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header.active nav {
    color: #222;
}

header.active .logo .color {
    opacity: 1;
}

header.active .search {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
}

header .top {
    height: 30px;
    background-color: #2319f5;
    color: #fff;
    font-size: 14px;
}

header .top .w1400 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.section-center {
    width: 1400px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header .top a {
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

header .top a:hover {
    color: #fff;
}

header .top a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

header .top a img {
    width: 16px;
    margin-right: 5px;
}

header nav {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
}

header nav .logo {
    width: 168px;
    position: relative;
}

header nav .logo .color {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

header nav .menu {
    font-size: 18px;
    width: calc(100% - 350px);
    height: 100%;
    line-height: 80px;
    margin-right: 60px;
}

header nav .menu ul {
    display: flex;
}

header nav .menu ul li {
    width: calc(100% / 7);
    position: relative;
    text-align: center;
}

header nav .menu ul li .sub_bar {
    display: none;
    position: absolute;
    left: -150%;
    width: 1080px;
    height: auto;
    background: #fff;
    padding: 20px 15px;
    line-height: 40px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header nav .menu ul li .sub_bar.first_ {
    left: -17vw;
    width: 54vw;
    min-height: 400px;
    padding: 20px 20px;
}

header nav .menu .list ul li a {
    font-weight: unset;
}

header nav .menu ul li .sub_bar.has {
    width: 150px;
    position: relative;
    left: 50%;
    margin-left: -75px;
}

header nav .menu ul li:nth-child(4) .sub_bar.has {
    width: 140px;
    margin-left: -68px;
}

header nav .menu ul li:nth-child(5) .sub_bar.has {
    width: 120px;
    margin-left: -62px;
}

header nav .menu ul li:nth-child(6) .sub_bar.has {
    width: 110px;
    margin-left: -54px;
}

header nav .menu ul li:nth-child(7) .sub_bar.has {
    width: 140px;
    margin-left: -70px;
}

header nav .menu ul li .sub_bar a:hover {
    color: #195aff;
}

header nav .menu ul li .sub_bar.has a {
    margin-right: 0px;
}

header nav .menu ul li .sub_bar a {
    color: #3e3e3e;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0px;
    text-align: left;
    width: 100%;
    position: relative;
}

header nav .menu ul li .sub_bar a {
    padding-left: 10px;
}

header nav .menu ul li .sub_bar a::after {
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
}

header nav .menu ul li .sub_bar .has_content::after {
    border-left: 5px solid rgba(0, 0, 0, 0.7);
}

header nav .menu ul li .sub_bar.has a::after {
    left: 0px;
}

header nav .menu ul li:hover .sub_bar.has {
    display: flex;
}

header nav .menu ul li .sub_bar .bar .name {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 0px;
}

header nav .menu ul li .sub_bar .bar .name .icon {
    width: 25px;
    height: auto;
    position: relative;
}

header nav .menu ul li .sub_bar .bar .name .txt {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-weight: bold;
}

header nav .menu ul li .sub_bar .bar .list {
    width: 100%;
    display: block;
    flex-wrap: wrap;
}

header nav .menu ul li .sub_bar .bar .list a {
    display: block;
    line-height: 24px;
    padding: 5px 0px;
    padding-left: 35px;
}

header.blue nav .menu ul li .sub_bar .bar .list a {
    color: #3e3e3e;
}

header nav .menu ul li .sub_bar .bar .list a:hover {
    color: #195aff;
}

header nav .menu .list a + a {
    margin-left: 0rem;
}

header nav .menu a + a {
}

header nav .menu ul li > a {
    display: block;
    position: relative;
    font-weight: bold;
}

header nav .menu ul li > a:hover {
    text-decoration: none;
}

header nav .menu ul li:hover .sub_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header nav .menu ul li .sub_bar .bar {
    width: 18%;
    margin-right: 2%;
    color: #3e3e3e;
    font-size: 14px;
    text-align: left;
}

header nav .menu ul li .sub_bar .bar .list_sub {
    display: none;
    padding-left: 1em;
}

header nav .menu ul li .sub_bar .bar .list_sub.active {
    display: block;
}

header nav .menu .list ul {
    display: block;
}

header nav .menu .list ul li {
    width: 100%;
    position: relative;
}

header nav .menu .list ul li:hover .list_sub {
    display: block;
}

/*header nav .menu ul li .sub_bar .bar:nth-child(even) {
    margin-right: 0%;
}*/

header nav .menu ul li .sub_bar .bar:last-child {
    margin-right: 0%;
}

header nav .search {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    position: absolute;
    right: 0%;
    top: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

header nav .search.hover {
    width: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.content-scroll {
    height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (min-width: 1921px) {
    .content-scroll {
        left: 50%;
        margin-left: 960px;
    }
}

.content-scroll .wrapper-scroll {
    position: relative;
    background-color: #f0f5fb;
    padding-top: 30px;
}

.btn {
    width: 2.3rem;
    line-height: 0.7rem;
    border-radius: 5px;
    background-color: #fe6628;
    text-align: center;
    box-shadow: 2px 3px 0.2rem rgba(90, 88, 107, 0.18);
    cursor: pointer;
    font-size: 16px;
    display: block;
    color: #fff;
}

.btn.o {
    background-color: #fe6628;
    border: 2px solid #fe6628;
    font-size: 20px;
    font-weight: bold;
}

.btn.o.b {
    background: transparent;
    color: #fe6628;
}

.btn:hover,
.btn.o.b:hover {
    color: #fff;
    background-color: #ff4d04;
}

.btn.middle {
    width: 110px;
    height: auto;
    line-height: 38px;
    font-size: 14px;
}

.btn.white {
    background-color: #fff;
    color: #195aff;
}

.btn.white:hover {
    color: #195aff;
}

.btn.border {
    border: 1px solid #195aff;
}

.btn.org {
    color: #ff6628;
    border: 1px solid #ff6628;
    background-color: #fff;
}

.btn.org:hover {
    background-color: #ff6628;
    color: #fff;
}

.btn.c {
    margin: 0px auto;
}

.btn.large {
    width: 230px;
    line-height: 70px;
    font-size: 16px;
}

.btns {
    display: flex;
}

.btns .btn + .btn {
    margin-left: 18px;
}

.common-title h3 {
    font-size: 0.36rem;
    color: #333333;
}

.common-title .des {
    display: flex;
    justify-content: space-between;
    color: #666666;
    margin-top: 0.15rem;
}

.common-title .des p {
    display: block;
}

.common-title .en {
    font-family: "DIN";
    font-size: 18px;
    text-transform: uppercase;
    color: #195aff;
    letter-spacing: 0.05rem;
    font-weight: 700;
    position: relative;
}

.common-title .en::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 2px;
    background-color: #195aff;
    left: -0.75rem;
    top: 50%;
    margin-top: -4px;
}

.common-title .flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.home .banner {
    position: relative;
    height: 85vh;
    z-index: 10;
}

@media (min-width: 1921px) {
    .home .banner {
        height: 900px;
    }

    .home .banner .text .pro {
        left: 80%;
    }

    .city_banner .banner_city .left-box {
        position: relative;
        top: -80px;
    }

    /*    header nav .menu ul li .sub_bar.first_ {
            left: -38vw;
        }*/
}

.home .banner .swiper-container,
.home .banner .swiper-wrapper,
.home .banner .swiper-slide {
    height: 100%;
}

.home .banner .swiper-slide {
    background: top center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home .banner .text {
    position: absolute;
    width: 700px;
    top: 55%;
    left: 0%;
    color: #fff;
    line-height: 1.6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home .banner .text .img {
    width: 600px;
    height: auto;
    position: relative;
}

.home .banner .text .subtitle {
    font-size: 0.3rem;
    text-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}

.home .banner .text h3 {
    font-size: 0.85rem;
    line-height: 1.4;
    text-shadow: 5px 5px 15px rgb(0 0 0 / 7%);
}

.home .banner .text .des {
    font-size: 16px;
    margin-top: 10px;
    text-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}

.home .banner .text .btns {
    padding-top: 0.7rem;
}

.home .banner .swiper-pagination {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.home .banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.home
.banner
.swiper-pagination
.swiper-pagination-bullet
+ .swiper-pagination-bullet {
    margin-left: 10px;
}

.home .banner .text .info {
    display: flex;
    margin-top: 10px;
    color: #195aff;
    align-items: flex-end;
    line-height: 1;
    font-size: 18px;
}

.home .banner .text .info b {
    font-family: din;
    font-size: 88px;
    position: relative;
    top: 17px;
    margin-right: 10px;
}

.home .banner .text .info p {
    position: relative;
}

.home .banner .text .info p span {
    position: absolute;
    left: 0%;
    top: -35px;
    background-color: #ff6628;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    line-height: 20px;
    border-radius: 20px 20px 20px 0px;
    width: 60px;
    text-align: center;
}

.home .banner .text .info i {
    font-style: normal;
    color: #3e3e3e;
    margin-left: 20px;
    text-decoration: line-through;
}

.home .section1 {
    padding: 75px 0px;
}

.home .section1 .software-types {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0px;
    margin-top: 0.5rem;
}

.home .section1 .software-types .item {
    width: 1.9rem;
    cursor: pointer;
    display: block;
}

.home .section1 .software-types .item.active b,
.home .section1 .software-types .item:hover b {
    color: #195aff;
    border-color: #195aff;
}

.home .section1 .software-types .item.active img,
.home .section1 .software-types .item:hover img {
    opacity: 1;
}

.home .section1 .software-types .item img {
    opacity: 0.4;
}

.home .section1 .software-types .item b {
    font-size: 20px;
    line-height: 0.5rem;
    text-align: center;
    border-bottom: 3px solid transparent;
    color: rgba(58, 58, 58, 0.4);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.1rem;
    width: 100%;
    display: block;
}

.home .section1 .tabs {
    position: relative;
}

.home .section1 .tabs .tab-plane.active {
    display: flex;
}

.home .section1 .tabs .tab-plane {
    display: none;
}

.home .section1 .tabs .tab-plane .left {
    width: 4rem;
    height: 510px;
    border-radius: 5px;
    background-image: url(../images/software-type-bg.jpg);
    background-size: cover;
    color: #fff;
    padding: 45px 25px;
    line-height: 1.7;
    flex-shrink: 0;
}

.home .section1 .tabs .tab-plane .left b {
    font-size: 0.24rem;
    position: relative;
    padding-bottom: 0.1rem;
    display: block;
    width: 100%;
}

.home .section1 .tabs .tab-plane .left b::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.5rem;
    height: 2px;
    background-color: #fff;
}

.home .section1 .tabs .tab-plane .left .des {
    margin: 15px 0px;
    font-size: 14px;
    min-height: 48px;
}

.home .section1 .tabs .tab-plane .right {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
}

.home .section1 .tabs .tab-plane .right .item {
    background-color: #fff;
    border-radius: 5px;
    padding: 0.3rem;
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 245px;
}

.home .section1 .tabs .tab-plane .right .item .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.home .section1 .tabs .tab-plane .right .item .flex::after {
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: 10px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}

.home .section1 .tabs .tab-plane .right .item .flex b {
    display: block;
    width: calc(100% - 60px);
}

.home .section1 .tabs .tab-plane .right .item .flex h3 {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1;
    padding-bottom: 0.2rem;
    position: relative;
}

.home .section1 .tabs .tab-plane .right .item .flex img {
    width: auto;
}

.home .section1 .tabs .tab-plane .right .item .flex h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.5rem;
    height: 2px;
    background-color: #575757;
}

.home .section1 .tabs .tab-plane .right .item .des {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 14px;
}

.home .section1 .tabs .tab-plane .right .item .btn {
    box-shadow: unset;
}

.home .section1 .tabs .tab-plane .right .item:nth-child(n + 3) {
    margin-top: 0.2rem;
}

.home .section1 .more {
    padding-top: 0.4rem;
}

.home .section1 .more .btn {
    margin: 0 auto;
}

.home .section2 {
    padding: 0px;
    color: #fff;
    height: auto;
    position: relative;
    overflow: hidden;
}

.home .section2 .common-title h3 {
    color: #fff;
}

.home .section2 .common-title .en {
    color: #fff;
}

.home .section2 .common-title .en::before {
    background-color: #fff;
    margin-top: 0;
}

.home .section2 .common-title .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.home .section2 .lists {
    margin-top: 5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home .section2 .lists .item {
    width: calc((100% - 1.2rem) / 4);
}

.home .section2 .lists .item .des {
    text-align: justify;
    line-height: 1.7;
    padding-top: 0.1rem;
    font-size: 14px;
}

.home .section2 .lists .item .tag {
    text-align: center;
    font-size: 18px;
}

.home .section2 .lists .item .tag span {
    font-family: "DIN";
    font-size: 1.1rem;
}

.home .section3 {
    padding: 0 0;
    position: relative;
}

.home .section3::before {
    width: 219px;
    height: 664px;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: url(../images/EaseUS.png) no-repeat;
    background-attachment: fixed;
}

.home .section3 .w1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .section3 .common-title .flex {
    display: flex;
    align-items: baseline;
}

.home .section3 .common-title .flex .en {
    margin-left: 1rem;
}

.home .section3 .left {
    width: 50%;
}

.home .section3 .left .des {
    margin-top: 50px;
    line-height: 2;
    color: #7f7f7f;
    margin-bottom: 70px;
}

.home .section3 .left .btn.middle {
    width: 1.4rem;
}

.home .section3 .right {
    width: 500px;
}

.home .section3 .right img {
    width: 150%;
    max-width: none;
}

.home .section4 {
    padding: 50px 0px;
}

.home .section4 .knowledge-tab {
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    font-weight: 700;
    margin-top: 0.3rem;
    position: relative;
}

.home .section4 .knowledge-tab::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf;
    left: 0;
    top: 0;
}

.home .section4 .knowledge-tab .item {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 16px;
    width: calc(100% / 9);
    text-align: center;
}

.home .section4 .knowledge-tab .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #195aff;
    left: 0;
    top: -1px;
    z-index: 2;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.25s;
}

.home .section4 .knowledge-tab .item.active {
    color: #195aff;
}

.home .section4 .knowledge-tab .item.active::after {
    transform: scaleX(1);
}

.home .section4 .knowledge-tab .item a {
    display: block;
    width: 100%;
    padding: 25px 0px;
}

.home .section4 .knowledge-tab .item:last-child {
    line-height: 70px;
}

.home .section4 .knowledge-planes {
    margin-top: 5px;
}

.home .section4 .knowledge-planes .item {
    display: flex;
    justify-content: space-between;
}

.home .section4 .knowledge-planes .item .left {
    width: 440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    align-content: flex-start;
}

.home .section4 .knowledge-planes .item .left .news {
    width: 49%;
}

.home .section4 .knowledge-planes .item .left .news:hover {
    color: #195aff;
}

.home .section4 .knowledge-planes .item .left .news.top {
    width: 100%;
    margin-bottom: 0px;
}

.home .section4 .knowledge-planes .item .left .news .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 40px;
    display: block;
}

.rc-box .box .name {
    display: flex;
    justify-content: space-between;
}

.rc-box .box .name a {
    display: block;
    width: 100%;
    position: relative;
}

.home .section4 .knowledge-planes .item .left .news.top .title {
    font-size: 16px;
}

.home .section4 .knowledge-planes .item .center {
    width: calc(100% - 460px);
}

.home .section4 .knowledge-planes .item .center .lists .a {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.home .section4 .knowledge-planes .item .center .lists a:hover {
    color: #195aff;
}

.home .section4 .knowledge-planes .item .center .lists .a .iconfont {
    opacity: 0.3;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.home .section4 .knowledge-planes .item .center .lists .a .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 25px);
    line-height: 25px;
    font-size: 14px;
}

.home .section4 .knowledge-planes .item .center .lists .a + .a {
    margin-top: 10px;
}

.home .section4 .knowledge-planes .item .item-box {
    width: calc(100% - 360px);
    display: none;
    justify-content: space-between;
}

.home .section4 .knowledge-planes .item .item-box.active {
    display: flex;
}

.home .section4 .knowledge-planes .item .right {
    width: 340px;
}

.home .posts {
    padding: 10px 0px;
    color: #fff;
    background-color: #2319f5;
    height: 65px;
}

.home .posts .w1400 {
    display: flex;
    height: 45px;
}

.home .posts .iconfont {
    font-size: 0.3rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.home .posts .lists {
    width: calc(100% - 55px);
    margin-left: 10px;
    position: relative;
    line-height: 45px;
}

.home .posts .lists a {
    font-size: 14px;
    margin-right: 25px;
}

.home .posts .lists a:hover {
    text-decoration: underline;
}

footer {
    background-color: #322f2f;
    color: #fff;
    padding: 50px 0px 0px;
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 2;
    font-size: 14px;
}

footer .top .logo {
    display: block;
    width: 240px;
    margin-bottom: 25px;
}

footer .top a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

footer .top a:hover {
    color: #fff;
}

footer .top p {
    color: rgba(255, 255, 255, 0.7);
}

footer .top .nav {
    display: flex;
}

footer .top .nav .item {
    font-size: 14px;
}

footer .top .nav .item b {
    font-size: 16px;
    width: 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

footer .top .nav .item b::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    background-color: #fff;
    width: 64px;
}

.bottom a {
    color: rgba(255, 255, 255, 0.3);
}

.bottom a:hover {
    color: rgba(255, 255, 255, 1);
}

.float_banner {
    display: none;
}

footer .top .nav .item img + p {
    margin-top: 0.1rem;
    font-size: 12px;
    text-align: center;
}

footer .top .nav .item a + a {
    margin-top: 10px;
}

footer .top .nav .item .flex {
    display: flex;
    width: 140px;
    flex-wrap: wrap;
}

footer .top .nav .item .flex a + a {
    margin-top: 10px;
}

.i-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

footer .top .nav .item .flex a {
    display: block;
    width: 100%;
}

footer .top .nav .item .flex + a {
    margin-top: 0.12rem;
}

footer .top .nav .item + .item {
    margin-left: 20px;
}

footer .links,
footer .words {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.34rem;
    padding: 13px 0;
}

footer .links {
    margin-top: 0px;
    border-top: none;
    border-bottom: none;
}

footer .links_h {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    width: 100%;
    border-bottom: none;
}

footer .links_h.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .links_h .sanjiao {
    position: relative;
    left: calc(100% - 3.5px);
    top: -8.3px;
    color: #474444;
    display: block;
    height: 0;
}

footer .links_h .sanjiao.active {

}

footer .links_h .link_item {
    display: none;
}

footer .links_h .link_item.active {
    display: block;
}

/*footer .links_h::after{*/
/*    font-family: "iconfont_yiwo" !important;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -webkit-text-stroke-width: 0.2px;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    content: "\e603";*/
/*    position: relative;*/
/*    left: calc(100% - 11.5px);*/
/*    top: -11.5px;*/
/*    color: #474444;*/
/*}*/

footer .links a,
footer .links p,
footer .words p,
footer .words a,
footer .links_h a {
    padding: 6px 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    display: inline-block;
}

footer .words p,
footer .words a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

footer .words a {
    padding: 0px 10px;
}

footer .words a:hover {
    text-decoration: underline;
}

footer .links a:hover,
.site-map a:hover,
footer .words a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.34);
    height: 60px;
    /*direction: rtl;*/
}

.ads-popup {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ads-open {
    position: fixed;
    width: 120px;
    right: 0px;
    bottom: 140px;
    z-index: 100;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}


.ads-open.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    right: 20px;
    bottom: 140px;
}
@media screen and (max-width: 1920px) {
    .ads-open {
        width:92px;
        bottom: 80px;
    }
    .ads-open.active {
        right: 20px;
        bottom: 80px;
    }
}
/* .ads-popup.active{
	-webkit-transform: translateY(0%);
} */

.ads-popup.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
}

.ads-popup.show.active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ads-popup.active .iconfont {
    margin-top: -90px;
    color: #195aff;
}

.ads-popup.show .iconfont {
    margin-top: -15px;
    color: #fff;
}

.ads-popup.show.active .iconfont {
    margin-top: -90px;
    color: #195aff;
}

.ads-popup .iconfont {
    position: absolute;
    color: #195aff;
    font-size: 32px;
    right: 10%;
    top: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-top: -90px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.5s;
}

.ads-popup .iconfont:hover {
    -webkit-transform: rotate(90deg);
}

.ads-box {
    height: 1.05rem;
    display: none;
}

.md {
    position: absolute;
    left: 0;
    top: 0;
}

/*# sourceMappingURL=./main.css.map */

.sub-banner {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0px;
}

.mbx {
    width: 100%;
    height: auto;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    margin-bottom: 25px;
}

.mbx span {
    padding: 0px 5px 0px 0px;
}

.mbx .active {
    color: #1d5dff;
}

.mbx h1,
.mbx h2,
.mbx h3 {
    display: inline-block;
    padding: 0px 5px 0px 0px;
    font-weight: normal;
    font-size: 14px;
}

.mbx b {
    font-weight: normal;
}

.product-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-nav {
    width: 300px;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
}

.product-nav b {
    display: block;
    width: 100%;
    height: auto;
    line-height: 60px;
    font-size: 24px;
    padding: 0px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-nav ul {
    padding: 20px;
}

.product-nav ul li {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    line-height: 50px;
    text-indent: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.product-nav ul li:hover,
.product-nav ul li.active {
    background-color: #195aff;
    color: #ffffff;
}

.system-box {
    width: calc(100% - 325px);
    position: relative;
}

.system-nav {
    width: 97%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
}

.system-nav .name {
    width: 120px;
    height: auto;
    position: relative;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.sys-bar {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 14px;
}

.sys-bar a {
    display: block;
    line-height: 35px;
    position: relative;
    padding: 0px 20px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.sys-bar a:hover,
.sys-bar a.active {
    background-color: #195aff;
    color: #ffffff;
}

.system-list {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.system-list ul {
    display: none;
    flex-wrap: wrap;
}

.system-list ul.active {
    display: flex;
}

.system-list ul li {
    width: 31%;
    height: auto;
    padding: 50px 20px;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
}

/* .system-list ul li:nth-child(3n) {
	margin-right: 0%;
} */

.system-list ul li .icon {
    width: 75px;
    margin: 15px auto;
    font-size: 12px;
    height: 75px;
}

.system-list ul li .name {
    width: 100%;
    text-align: center;
    /* font-weight: bold; */
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
}

.system-list ul li .des {
    height: auto;
    font-size: 14px;
    min-height: 75px;
    line-height: 25px;
    opacity: 0.7;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.system-list ul li .sys-more {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    opacity: 0.3;
    margin-bottom: 20px;
}

.pro-bg {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 110px;
    padding: 200px 0px 100px;
    background: center center no-repeat;
    background-size: cover;
}

.system-list ul li .sys-more:hover {
    opacity: 0.7;
}

.system-list ul li .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.system-list ul li .btns a {
    width: 48%;
    height: auto;
    line-height: 35px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ff6628;
    text-align: center;

    color: #ff6628;
}

.system-list ul li .btns a:last-child {
    border: 1px solid #2319f5;
    color: #2319f5;
}

.system-list ul li .btns a:hover {
    background-color: #ff6628;
    color: #fff;
}

.system-list ul li .btns a:last-child:hover {
    background-color: #2319f5;
    color: #fff;
}

.recommon-box {
    width: 100%;
    position: relative;
}

.sub-title {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.sub-title b,
.sub-title h2 {
    position: relative;
    font-size: 24px;
}

.sub-title b::after,
.sub-title h2::after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: -1px;
    background-color: #1d5dff;
    content: "";
}

.sub-mark {
    width: auto;
    font-size: 16px;
    display: flex;
    margin-left: 25px;
}

.sub-mark a {
    position: relative;
    padding: 0px 15px;
}

.sub-mark a::after {
    width: 1px;
    height: 30%;
    position: absolute;
    right: 0%;
    top: 35%;
    content: "";
    background: rgba(0, 0, 0, 0.05);
}

.sub-mark a:last-child::after {
    display: none;
}

.sub-mark a:hover,
.sub-mark a.active {
    color: #1d5dff;
}

.sub-title h2::after {
    bottom: -1px;
}

.sub-title .st-more {
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    color: #1d5dff;
    font-family: din;
    text-transform: uppercase;
    font-size: 24px;
}

.sub-title .st-more::after {
    width: 30px;
    height: 1px;
    position: absolute;
    left: -35px;
    top: 50%;
    background-color: #1d5dff;
    content: "";
    margin-top: -1px;
}

.rc-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.rc-box .box {
    width: 60%;
    position: relative;
}

.rc-box .box:last-child {
    width: calc(40% - 15px);
    display: flex;
    flex-wrap: wrap;
}

.rc-box .box .name {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.rc-box .box .name b {
    width: calc(100% - 100px);
    font-size: 14px;
    font-weight: normal;
}

.rc-box .box .name p {
    width: auto;
    font-size: 12px;
}

.rc-box .box1 {
    width: 100%;
    height: auto;
    position: relative;
}

.rc-box .box2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pic {
    background: center center no-repeat;
    background-size: cover;
}

.rc-box .box .thum a,
.rc-box .box .thum,
.rc-box .box .thum a img {
    display: block;
    height: 100%;
    width: 100%;
}

.rc-box .box2 .thum a img {
    height: 145px;
}

.rc-box .box .box1 .thum,
.rc-box .box .box2 .thum {
    height: auto;
}

.rc-box .box2 .name,
.rc-box .box1 .name {
    position: relative;
    color: #3e3e3e;
    padding: 10px 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}

.rc-box .box1 .name a {
    width: calc(100% - 70px);
}

.button_video_editor {
    width: 260px;
    height: 64px;
    background: linear-gradient(45deg, #06f 0%, #2e92ff 100%);
    box-shadow: 0rem 0.275rem 0.275rem rgb(0 0 0 / 15%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    text-align: center;
}

.singe-page a.button_video_editor:hover {
    background-image: linear-gradient(90deg, #0054ff, #237fff);
    text-decoration: none;
    background-color: #0054ff;
    color: #fff;
    text-decoration: none;
}

.singe-page a.button_video_editor {
    color: #fff;
}

.singe-page a.article_button_epm3 {
    color: #fff;
}

.button_video_editor span {
    font-size: 20px;
    font-weight: bold;
}

.button_video_editor font {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.rc-box .box1 .name span {
    font-size: 12px;
    width: 75px;
    display: block;
    opacity: 0.6;
}

.rc-box .box2 .name b,
.rc-box .box1 .name b {
    width: 100%;
}

.rc-box .box2 .a {
    display: block;
    width: 49%;
    position: relative;
}

/* 通用处理单行文字溢出代码 */
.singleLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 通用处理多行文字溢出代码 */
.multiLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}

/* 通用字体字号行距样式 */
.singePage {
    width: 100%;
    line-height: 2;
    font-size: 16px;
}

.singePage p {
    margin-bottom: 15px;
}

.singePage li {
    list-style: unset;
}

.rc-box .box > a,
.rc-box .box > a > .thum,
.rc-box .box > a > .thum > .pic {
    display: block;
    height: 100%;
}

.rc-box .box > a > .thum > .pic img {
    height: 100%;
}

.section-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.s-div {
    width: 31%;
    position: relative;
    margin-right: 3.5%;
    margin-bottom: 20px;
}

.s-div2 {
    width: 65.5%;
    position: relative;
    margin-right: 3.5%;
}

.s-div3 {
    width: 31%;
    position: relative;
}

.s-div:nth-child(3n) {
    margin-right: 0%;
}

.focus-div img {
    width: 100%;
    height: 218px;
    display: block;
}

.focus-div .name {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}

.focus-div .name span {
    font-size: 12px;
    width: 75px;
    display: block;
    opacity: 0.6;
}

.focus-div .name a {
    display: block;
    width: calc(100% - 80px);
}

.focus-div.no-time .name a {
    width: 100%;
}

.focus-list .a {
    display: flex;
    line-height: 35px;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
}

.focus-list.no-time .a {
    margin-bottom: 1.5px;
}

.focus-list .a .icon {
    width: 20px;
    height: auto;
    opacity: 0.4;
    font-size: 18px;
}

.focus-list .a .txt {
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
}

.focus-list .a .txt a {
    display: block;
    width: calc(100% - 80px);
}

.focus-list.even .a .txt a {
    width: 100%;
}

.focus-list.no-time .a .txt a {
    width: 100%;
}

.focus-list .a .txt span {
    font-size: 12px;
    width: 75px;
    display: block;
    opacity: 0.6;
}

.box3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box3 .a {
    width: 32%;
    position: relative;
}

.box3 .a b {
    font-weight: normal;
    display: block;
    font-size: 14px;
    padding: 10px 0px;
}

.box3 .a:hover b {
    color: #1d5dff;
}

.singe-page img {
    max-width: auto;
    width: auto;
}

.marks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rc-box .box .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marks a {
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.marks a:hover {
    color: #1d5dff;
}

.beifen-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.beifen-box.mb100 {
    margin-bottom: 100px;
}

.beifen-right {
    width: calc(96.5% - 300px);
    padding: 0px;
}

.beifen-right.full {
    width: 100%;
}

.beifen-left {
    width: 300px;
}

.bf-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 25px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.bf-box:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bf-box .bf-focus {
    width: 45%;
}

.bf-focus .info {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 10px;
}

.bf-focus .info .name {
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
}

.bf-focus .info .des {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 14px;
    opacity: 0.7;
    margin: 5px 0px;
}

.sub-banner .txt {
    width: 500px;
    height: auto;
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    margin-left: -700px;
}

.sub-banner .txt b {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
}

.sub-banner .txt p {
    font-size: 16px;
}

.home .banner .text .pro {
    width: 1000px;
    height: auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 70%;
}

.bf-focus .info .time {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.7;
    margin-bottom: 10px;
}

.bf-box .bf-list {
    width: calc(55% - 15px);
}

.bf-focus .info .mark {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.bf-focus .info .mark a {
    display: block;
    width: auto;
    height: auto;
    line-height: 30px;
    padding: 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.bf-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bf-list ul li .time {
    width: 90px;
    height: 90px;
    background-color: #6aa1e2;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    text-align: center;
    line-height: 1.2;
}

.bf-list ul li .time b {
    font-size: 36px;
}

.bf-list ul li .time b,
.bf-list ul li .time p {
    display: block;
    width: 100%;
}

.bf-list ul li .time p {
    font-size: 14px;
}

.bf-list ul li .info {
    width: calc(100% - 95px);
    font-size: 14px;
}

.bf-list ul li .info .name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.bf-list ul li .info .des {
    opacity: 0.7;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.bf-list ul li .mark {
    display: flex;
    width: 100%;
    color: #7591d6;
    line-height: 25px;
    font-size: 12px;
}

.bf-list ul li .mark a {
    display: block;
    margin-right: 5px;
}

.s-div.full {
    width: 100%;
    margin-right: 0%;
}

.ad-box {
    margin-bottom: 20px;
}

.cipan-list ul {
    display: flex;
    flex-wrap: wrap;
}

.cipan-list ul li {
    width: 49%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.cipan-list ul li:nth-child(even) {
    margin-right: 0%;
}

.cipan-list ul li .thum {
    width: 35%;
}

.cipan-list ul li .info {
    width: calc(65% - 10px);
    font-size: 14px;
}

.cipan-list ul li .name {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.cipan-list ul li .des {
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.7;
    margin-bottom: 5px;
}

.cipan-list ul li .time {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.7;
    margin-bottom: 5px;
}

.cipan-list ul li .makr {
    width: 100%;
    display: flex;
    font-size: 12px;
    line-height: 20px;
}

.cipan-list ul li .makr a {
    opacity: 0.7;
    margin-right: 5px;
}

.cipan-list ul li .makr a:hover {
    opacity: 1;
}

.cipan-list ul li .info a:hover {
    color: #1d5dff;
}

.cipan-list ul li .thum,
.cipan-list ul li .thum a,
.cipan-list ul li .thum a .pic {
    height: 100%;
}

.cipan-list ul li .thum img {
}

.cp-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.cp-right {
    width: 60%;
}

.cp-left {
    width: 36.5%;
}

.cp-nav {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
}

.cp-nav a {
    opacity: 0.7;
    font-weight: bold;
    margin-right: 15px;
    position: relative;
}

.cp-nav a.active {
    opacity: 1;
}

.cp-nav a.active::after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: -2px;
    background-color: #1d5dff;
    content: "";
}

.s-div.hot {
    display: none;
    width: 100%;
    justify-content: space-between;
}

.s-div.hot.active {
    display: flex;
}

.s-div.hot .focus-div {
    width: 45%;
}

.s-div.hot .focus-list {
    width: calc(55% - 15px);
}

.s-div.hot .focus-div .name {
    font-size: 14px;
    padding-top: 10px;
}

.page-box {
    background-color: #ffffff;
    position: relative;
    padding: 50px 50px 300px;
}

.c-top {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
}

.c-bottom {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.page-box .name {
    position: relative;
    text-align: center;
    font-size: 28px;
    line-height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.page-box .singePage {
    position: relative;
}

.sub-title.zs {
    border-bottom: none;
}

.sub-title.zs p {
    font-size: 14px;
    line-height: 1;
    opacity: 0.5;
    width: 100%;
}

.sub-title.zs b::after {
    display: none;
}

.step-box {
    position: relative;
    width: 100%;
    background: url(../images/step_bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.sub-title.nb b::after {
    display: none;
}

.sub-title.nb {
    border-bottom: none;
}

.sub-title.w {
    color: #fff;
}

.sub-title.w .st-more {
    color: #fff;
}

.sub-title.w .st-more::after {
    background-color: #fff;
}

.other-nav {
    display: none;
}

.step-list {
    margin-top: 30px;
}

.step-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-list ul li {
    width: 30%;
    position: relative;
    background-color: #fff;
    padding: 60px 25px;
    border-radius: 5px;
}

.step-list ul li .num {
    width: auto;
    height: auto;
    line-height: 1;
    font-family: din;
    font-size: 96px;
    color: #195aff;
    position: absolute;
    right: 30px;
    top: 40px;
}

.step-list ul li .name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin-top: 80px;
    margin-bottom: 10px;
}

.step-list ul li .des {
    width: 100%;
    font-size: 14px;
    line-height: 2;
}

.ld-list {
    margin-bottom: 50px;
}

.ld-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ld-list ul li {
    width: 23.5%;
    height: auto;
    position: relative;
}

.ld-list ul li .thum {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ld-list ul li .name {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
    bottom: 5%;
    padding: 25px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.ld-list ul li .name b {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.ld-list ul li .name p {
    line-height: 1.7;
}

.bz-list ul {
    display: flex;
    flex-wrap: wrap;
}

.bz-list ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.bz-list ul li:nth-child(even) {
    margin-right: 0%;
}

.bz-list ul li .icon {
    width: 150px;
}

.bz-list ul li .info {
    width: calc(100% - 160px);
    margin-left: 10px;
}

.bz-list ul li .info .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.bz-list ul li .info .name::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    content: "";
    background: #000;
    opacity: 0.5;
}

.bz-list ul li .info .des {
    line-height: 1.7;
    font-size: 16px;
}

.app-img {
    width: 500px;
    margin-bottom: 30px;
}

.bz-list {
    margin-bottom: 50px;
}

.send-btn {
    width: 200px;
    height: auto;
    display: flex;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: 50px auto 0px;
    background: #fff;
    justify-content: center;
    border-radius: 5px;
    color: #195aff;
    -webkit-transition: all 0.4s;
}

.send-btn:hover {
    background-color: #195aff;
    color: #fff;
}

.send-btn .icon {
    font-size: 20px;
    margin-right: 5px;
}

.system-list.four {
    margin-bottom: 30px;
    margin-top: 0px;
}

.system-list.four ul li {
    width: 19%;
    padding-bottom: 10px;
    margin-right: 1.25%;
}

.system-list.four ul li:nth-child(3n) {
    margin-right: 1.25%;
}

.system-list.four ul li:nth-child(5n) {
    margin-right: 0%;
}

.system-list.four ul li .name {
    height: 50px;
    margin-bottom: 10px;
    line-height: 25px;
    min-height: 50px;
    overflow: hidden;
}

.system-list.four ul li .des {
    font-size: 14px;
    line-height: 25px;
    opacity: 0.7;
    margin-bottom: 35px;
    height: 75px;
}

.system-list.four ul li .more {
    display: block;
    margin: 0px auto;
    width: 110px;
    height: auto;
    line-height: 40px;
    text-align: center;
    border: 1px solid #195aff;
    border-radius: 5px;
    color: #195aff;
    font-size: 14px;
    -webkit-transition: all 0.4s;
}

.system-list.four ul li .more:hover {
    border-radius: 50px;
    background-color: #195aff;
    color: #fff;
}

.mt50 {
    margin-top: 50px;
}

.more-soft {
    width: 180px;
    height: auto;
    display: flex;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin: 0px auto 0px;
    background: #195aff;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 50px;
    font-size: 14px;
    -webkit-transition: all 0.5s;
}

.more-soft:hover {
    border-radius: 50px;
    color: #fff;
}

.lightBox,
.searchLight {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0%;
    top: 0%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}

.lightBox.active,
.searchLight.active {
    display: block;
}

.form-box {
    width: 500px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    border: 3px solid #1d5dff;
}

.form-box .form-top {
    position: relative;
}

.form-box .form-top img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    top: 0%;
    border-radius: 5px;
}

.form-box .form-top .name {
    color: #ffffff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0px 5%;
    font-size: 14px;
    line-height: 1.7;
}

.form-box .form-top .name b {
    display: block;
    font-size: 24px;
}

.form-bottom {
    position: relative;
    padding: 0px 35px 35px;
}

.form-bottom .form {
    width: 100%;
    display: flex;
    background: #f3f3f3;
    border-radius: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-bottom .form .label {
    width: 80px;
    height: auto;
    text-align: center;
}

.form-bottom .form input {
    width: calc(100% - 80px);
}

.mb_2018_no1 {
    border-left: 3px solid #0e8dfe;
    padding-left: 20px;
    margin: 50px 0 30px 0;
}

.mb_2018_no1 span {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.mb_2018_no1 dl {
    margin-bottom: 16px;
    color: #0286ff;
    cursor: pointer;
}

.mb_2018_no1 dl dt {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 24px;
}

.mb_2018_no1 dl dt:before {
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0087ff;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}

.mb_2018_no1 dl dt .iconfont {
    color: #2f2f2f;
}

.mb_2018_no1 dl dd {
    margin-left: 18px;
    padding-left: 12px;
    position: relative;
}

.mb_2018_no1 dl dd:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2f2f2f;
    position: absolute;
    left: 0;
    top: 9px;
}

.mb_2018_no4 {
    background: #f8f8f8;
    padding: 30px 60px 40px 60px;
    position: relative;
    color: #7c0002;
    line-height: 24px;
}

.mb_2018_no4:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 25px;
    background: url(../images/yinhao_icon.png) no-repeat;
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.7;
}

.mb_2018_no4:after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 15px;
    font-size: 22px;
    content: "";
    position: absolute;
    background: url(../images/yinhao_icon.png) no-repeat;
    background-size: cover;
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.7;
    -webkit-transform: rotate(180deg);
}

.singe-page h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 55px 0 35px 0;
}

.mb_2018_no5 {
    margin-bottom: -35px;
}

.mb_2018_no5 .this_box {
    float: left;
    width: 46%;
    position: relative;
    margin-bottom: 30px;
}

.mb_2018_no5 .this_box_c {
    margin-left: 70px;
}

.mb_2018_no5 .right {
    float: right;
}

.mb_2018_no5 .number {
    font-size: 46px;
    line-height: 50px;
    color: #c5c5c5;
    position: absolute;
    left: 0;
    top: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    line-height: 0px;
}

.clearfix {
}

.mb_2018_no5 .t {
    margin: 0 0 5px 0;
}

.mb_2018_no5 .d {
    margin: 0;
    line-height: 26px;
}

.mb_2018_no6 {
    position: relative;
    margin-bottom: 50px;
}

.mb_2018_no6 .t {
    padding-left: 14px;
    position: relative;
    margin-bottom: 8px;
}

.mb_2018_no6 .t:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0087ff;
    position: absolute;
    left: 0;
    top: 10px;
}

.mb_2018_no6 .box {
    margin-left: 70px;
    margin-bottom: 35px;
}

.mb_2018_no6 .box p {
    margin-top: 0;
}

.mb_2018_no6 .border {
    border-left: 1px dashed #ccc;
    display: block;
    position: absolute;
    left: 2px;
    top: 10px;
    height: 100%;
}

p.quote_word:before,
p.quote_word:after {
    content: "";
    display: inline-block;
    background: url(/images_2016/article/tip_article.png) 0 0 no-repeat;
    width: 30px;
    height: 20px;
}

p.quote_word:after {
    background-position: -84px 0;
}

p.quote_word {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin: 30px 0 !important;
    color: #c20b05;
}

.page_nav a {
    color: #0087ff;
}

.page_nav dt {
    background: url(/images_2016/icon-arrow.png) no-repeat 0 6px;
    font-size: 16px;
    padding-left: 15px;
    margin: 10px 0;
}

.page_nav dd {
    padding-left: 28px;
    background: url(/images_2016/icon-spot-black.png) no-repeat 15px 10px;
}

.content_list {
    border-left: 4px solid #2eacdf;
    padding: 10px;
    margin-bottom: 15px;
}

.content_list .t {
    font-size: 18px;
}

.content_list .this_list {
    margin-bottom: 0;
    padding-left: 20px;
}

.content_list .this_list li {
    background: none;
    color: #0087ff;
}

.content_list ol.this_list li {
    list-style: decimal inside;
}

.mb_2019_7_2_need {
    line-height: 2;
    background-color: #f9f9f9;
    padding: 40px 4%;
    margin: 30px 0 20px 0;
}

.mb_2019_7_2_need .box {
    background: url(/images_2016/article/icon-hard-drw-artcle.png) no-repeat;
    background-size: 1.35rem 1.375rem;
    padding-left: 1.8rem;
}

.mb_2019_7_2_need .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.mb_2019_7_2_need .d {
    font-size: 16px;
    margin-bottom: 20px;
}

.mb_2019_7_2_need .link a {
    text-decoration: none;
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
}

.mb_2019_7_2_need .link a .iconfont {
    margin-right: 6px;
}

.click_copy_box {
    max-width: 700px;
    background: #f4f4f4;
    padding: 20px 30px 0px 50px;
    position: relative;
    min-height: 220px;
}

.click_copy_box .copy_word {
    width: 70%;
    padding: 0;
    height: 100%;
    min-height: 220px;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #2f2f2f;
    overflow: hidden;
    resize: none;
    border: none;
}

.author_info_2 {
    position: relative;
    margin-bottom: 50px;
}

.author_info_2 .des {
    font-size: 14px;
    color: #717171;
    margin-bottom: 15px;
}

.summary {
    border: dashed 1px #c0c0c0;
    padding: 10px 30px;
    position: relative;
}

.summary.epm {
    padding-bottom: 20px;
}

.summary .tit {
    font-weight: bold;
    font-size: 17px;
}

.summary .word {
    margin-bottom: 30px;
}

.summary .word2 {
    width: 68%;
    padding-right: 2%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px dashed #666;
}

.summary .button_box.epm {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    text-align: center;
    margin: 5px 0 0;
}

.author_info_2 .bg {
    width: 100%;
    height: 28px;
    background: url(../images/article-download-bg.jpg) center 0;
    display: block;
    position: absolute;
    bottom: -28px;
}

.author_info_2 .article_button .word {
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .summary .word2 {
        width: 60%;
    }

    .summary .button_box.epm {
        width: 34%;
    }
}

.click_copy_box .copy_word.current p {
    color: #fff;
    background: #008cff;
}

.click_copy_box .copy_word p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #2f2f2f;
}

.click_copy_box .click_button {
    width: 110px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    top: 15px;
    right: 30px;
    background: #636363;
    cursor: pointer;
    border-radius: 3px;
}

.down_2019_9 {
    background-color: #7c9bbf;
    color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 14px;
}

.down_2019_9:hover {
    opacity: 0.95;
    text-decoration: none;
}

.down_2019_9 .iconfont {
    font-size: 22px;
}

.article_content_word .notice {
    background: url(/images_2016/tip-icon.png) 10px 10px no-repeat;
    padding: 20px 10px 10px 70px;
    border: 1px dashed #0087ff;
}

.article_content_word .notice ul {
    padding-top: 20px;
}

.share_box {
    max-width: 620px;
    color: #3a5898;
    font-size: 26px;
    position: relative;
    width: 67%;
    cursor: pointer;
}

.share_box .a_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.share_box .content {
    border: 4px solid #cecece;
    padding: 30px 40px 20px;
    clear: both;
    overflow: hidden;
}

.share_box:hover .content {
    border: 4px solid #3a5898;
}

.share_box p {
    color: #3a5898;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
}

.share_box p .keyword {
    color: #f37901;
}

.share_box .fb_link {
    color: #2f2f2f;
    font-size: 16px;
    background: url(/images_2016/article/articles-share-2.png) no-repeat;
    display: inline-block;
    padding-left: 32px;
    float: right;
}

.share_box .fb_tag {
    width: 88px;
    height: 62px;
    display: block;
    background: url(/images_2016/article/articles-share-1.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.share_box:hover .content .fb_link {
    color: #3a5898;
    text-decoration: none;
    background: url(/images_2016/article/articles-share-3.png) no-repeat;
}

@media (max-width: 1000px) {
    .share_box {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .share_box .content {
        border: 0.09rem solid #cecece;
    }

    .share_box:hover .content {
        border: 0.09rem solid #3a5898;
    }
}

.article_content_word .tips_box_gray {
    margin-bottom: 30px;
}

.article_content_word .tips_box_gray .list {
    margin-bottom: 0;
}

.article_content_word .tips_box_gray .list li {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f3f4f5;
    color: #0288ff;
    background-image: none;
}

.article_content_word .tips_box_gray .word_cell {
    background-color: #f3f4f5;
    padding: 30px 20px 10px 20px;
    clear: both;
    overflow: hidden;
}

.article_content_word .tips_box_gray .word_cell .note {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.article_content_word .tips_box_gray .word_cell .note span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.old_table th {
    margin: 0px;
    border: 1px solid #999;
    padding: 8px;
    background-color: #f7f8f9;
    text-align: center;
}

.old_table .btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    color: #fff;
    width: 134px;
    font-size: 15px;
}

.old_table .btn.green_b {
    background-color: #81b700;
}

.old_table .btn.org_b {
    background-color: #ff9a00;
}

.box_infor {
    border: 6px solid #e3e3e3;
    padding: 30px 0 20px 2%;
    background: url(/images_2016/article/artical-imfor-icon.png) no-repeat center top;
    margin-bottom: 20px;
}

.box_infor ul {
    float: left;
    width: 24%;
    padding-right: 1%;
    vertical-align: top;
    margin: 0;
}

.box_infor ul li {
    font-size: 14px;
}

ul.mb_2018_list_number li {
    background: none !important;
    padding-left: 0 !important;
    list-style: decimal outside none;
    margin-left: 50px;
}

ul.mb_2018_list_step li {
    background: none !important;
    padding-left: 85px !important;
    margin-bottom: 20px;
}

ul.mb_2018_list_step li .s {
    position: absolute;
    left: 20px;
    top: 6px;
}

ul.mb_2018_list_v li {
    background: none !important;
    position: relative;
    padding-left: 0.5rem !important;
}

ul.mb_2018_list_v li:before {
    content: "\e63b" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.2rem !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
}

ul.mb_2018_list_v.orange li:before {
    color: #f57a01;
}

ul.mb_2018_list_v.gray li:before {
    color: #808080;
}

ul.mb_2018_list_v.blue li:before {
    color: #0087ff;
}

.mb_2018_table_no1 {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 36px 0;
}

.mb_2018_table_no1 th {
    font-size: 16px;
    background-color: #f3f4f6;
    border: 1px solid #eeeeee !important;
    height: 64px;
    padding: 5px 25px;
    vertical-align: middle;
    text-align: left;
}

.mb_2018_table_no1 tr td {
    border: 1px solid #eeeeee !important;
    padding: 5px 25px !important;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
}

.mb_2018_table_no1 tr td.forlist {
    padding: 35px 25px !important;
    vertical-align: top !important;
}

.tip_win10 {
    position: relative;
    z-index: 10;
    width: 100%;
}

.tip_win10.current {
    position: fixed;
    top: 50px;
    width: 11.2%;
}

.tip_win10.fixed {
    position: absolute;
    top: auto;
    bottom: 0;
}

.tip_win10 span {
    position: absolute;
    right: -10px;
    top: -10px;
    background: url(/images_2016/ad/close.png) no-repeat scroll -35px 0 transparent;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -999em;
    cursor: pointer;
}

.tip_win10 span:hover {
    background-position: 0 0;
}

.tip_win10 a img {
    width: 100%;
}

.article_content_word hr {
    height: 1px;
    margin: 30px 0;
    background: #b7b7b7;
    width: 100%;
}

.mb_2020_table_no1 {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 36px 0;
}

.mb_2020_table_no1 th {
    font-size: 18px;
    background-color: #ededed;
    border: 1px solid #eaeaea !important;
    border-bottom: none !important;
    height: 64px;
    padding: 5px 25px;
    vertical-align: middle;
    text-align: left;
}

.mb_2020_table_no1 tr td {
    border: 1px solid #eaeaea !important;
    border-bottom: none !important;
    border-top: none !important;
    padding: 13px 25px !important;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
}

.mb_2020_table_no1 tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.mb_2020_table_no1 tr:last-child td {
    border-bottom: 1px solid #eaeaea !important;
}

.mb_2020_table_no1 tr td.forlist {
    padding: 35px 25px !important;
    vertical-align: top !important;
}

.resource_banner {
    background: url(/images_2016/resource/resource-solution_02.jpg) center no-repeat;
    min-height: 250px;
    background-size: cover;
    color: #fff;
    margin-bottom: 50px;
}

.resource_banner.drw {
    background-image: url(/images_2016/resource/drw/data-recovery-solution_02.jpg);
}

.resource_banner.mm {
    background-image: url(/images_2016/resource/drw/data-recovery-solution_02.jpg);
}

.resource_banner.file_recovery {
    background-image: url(/images_2016/resource/file_recovery/file-recovery-solution_02.jpg);
}

.resource_banner.mac {
    background-image: url(/images_2016/resource/mac-file-photo/resource-bg-mac.jpg);
}

.resource_banner.iphone_recovery {
    background-image: url(/images_2016/resource/resource-bg-iphone.jpg);
}

.resource_banner.andr_recovery {
    background-image: url(/images_2016/resource/resource-bg-android.jpg);
}

.resource_banner.epm {
    background-image: url(/images_2016/resource/partition-manager-software-solution_02.jpg);
}

.resource_banner.PC_Transfer {
    background-image: url(/images_2016/resource/pc-transfer-solution_02.jpg);
}

.resource_banner.backup {
    background-image: url(/images_2016/resource/backup-recovery-banner.jpg);
}

.resource_banner.backup_mac {
    background-image: url(/images_2016/resource/mac-backup-recovery-banner.jpg);
    min-height: 300px;
}

.resource_banner.clone {
    background-image: url(/images_2016/resource/clone-resource-banner1.jpg);
}

.resource_banner.tb {
    background-image: url(/images_2016/resource/backup-and-Recovery-solution_02.jpg);
}

.resource_banner.cleanup {
    background-image: url(/images_2016/resource/resource-bg-cleanup.jpg);
}

.resource_banner.instruction {
    background-image: url(/images_2016/resource/resource-bg-hot.jpg);
}

.resource_banner.ios_tips {
    background-image: url(/images_2016/resource/ios-tips/ios-topic-banner-bg.jpg);
}

.resource_banner.ios_data_trans {
    background-image: url(/images_2016/resource/iphone-data-pct-banner.jpg);
}

.resource_banner.iphone_data_transfer {
    background-image: url(/images_2016/resource/iphone-data-transfer/iphone-transfer-banner-bg.jpg);
}

.resource_banner.backup_utility {
    background-image: url(/images_2016/resource/resource-backup-utility-bg.jpg);
}

.resource_banner.partition_master {
    background-image: url(/images_2016/resource/resource-partition-master-bg.jpg);
}

.resource_banner .title {
    font-weight: normal;
    font-size: 34px;
    line-height: 36px;
    padding-top: 3%;
    margin-bottom: 2%;
    text-align: center;
}

.resource_banner.mm .title {
    padding-top: 2%;
}

.resource_banner.mm .des {
    margin-bottom: 20px;
}

.resource_banner.data_recovery .title {
    padding-top: 2%;
}

.resource_banner .des {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 888px;
    margin: 0px auto;
}

.resource_banner .button,
.resource_banner .button_video_c {
    text-align: center;
    padding: 20px 0;
}

.resource_banner .button a {
    display: inline-block;
    background: #0087ff url(/images_2016/icon-buy.png) 14px 14px no-repeat;
    color: #fff;
    line-height: 52px;
    padding: 0 10px 0 50px;
    font-size: 18px;
    margin-right: 15px;
    min-width: 130px;
}

.resource_banner .button a.no_icon {
    background-image: none;
    padding: 0 30px;
    min-width: 120px;
}

.resource_banner .button a:hover {
    background-color: #0082f6;
    text-decoration: none;
}

.resource_banner .button a.mac {
    background-position: 13px -202px;
    background-color: #fff;
    color: #0078d7;
}

.resource_banner .button a.mac:hover {
    background-color: #f37901;
    color: #fff;
    background-position: 13px -132px;
}

.resource_banner .button a.buy,
.resource_banner .button.mac a.buy {
    background: #f38a01;
    color: #fff;
    min-width: 180px;
    padding-left: 0;
    text-align: center;
}

.resource_banner .button a.buy:hover,
.resource_banner .button.mac a.buy:hover {
    background: #f37901;
}

.resource_banner .button.mac a {
    background-color: #fff;
    color: #0078d7;
    background-position: 13px -60px;
}

.resource_banner .button.mac a:hover {
    background-color: #f37901;
    color: #fff;
    background-position: 13px 14px;
}

.resource_banner .button.mac a.mac {
    background-color: #0087ff;
    color: #fff;
    background-position: 13px -132px;
}

.resource_banner .button.mac a.mac:hover {
    background-color: #0082f6;
    text-decoration: none;
}

.resource_banner .soon {
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
    color: #f37901;
}

.hot_tags .title {
    font-size: 30px;
    margin-bottom: 3.5%;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}

.hot_tags .des {
    font-size: 18px;
    margin: -2% 0 4% 0;
    line-height: 25px;
    text-align: center;
}

.hot_tags .list_hot {
    text-align: center;
    margin-bottom: 50px;
}

.hot_tags .list_hot li {
    width: 25%;
    margin: 0 2%;
    display: inline-block;
    *float: left;
    border: 1px solid #d8d8d8;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    min-height: 280px;
    vertical-align: top;
}

.hot_tags .list_hot li .pic {
    width: 100%;
    display: block;
    margin-bottom: 5%;
}

.hot_tags .list_hot li .pic img {
    width: 100%;
    height: auto;
}

.hot_tags .list_hot li p {
    width: 90%;
    margin: auto;
}

.hot_tags .list_hot li .more {
    background: url(/images_2016/how_to/how-to-arrow.png) no-repeat;
    display: block;
    width: 73px;
    height: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec_banner_recovery {
    background: url(/images_2016/how_to/how-to-download-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 300px;
    margin-bottom: 50px;
}

.sec_banner_recovery .word {
    padding: 63px 63px 0;
}

.sec_banner_recovery .word .tit {
    font-size: 24px;
    margin-bottom: 15px;
}

.sec_banner_recovery .word .des {
    width: 420px;
    max-width: 100%;
    margin-bottom: 15px;
}

.sec_banner_recovery .word .btn a {
    display: inline-block;
    padding: 20px 22px 16px 60px;
    background: #fff;
    position: relative;
    color: #2870c8;
    font-size: 18px;
    min-width: 120px;
}

.sec_banner_recovery .word .btn a.buy {
    background: #f38a01;
    color: #fff;
    min-width: 210px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.sec_banner_recovery .word .btn a.buy:hover {
    background: #f37901;
    color: #fff;
}

.sec_banner_recovery .word .btn a.buy2 {
    background: #fff;
    position: relative;
    color: #2870c8;
    font-size: 18px;
    padding: 20px 50px 16px;
    text-align: center;
}

.sec_banner_recovery .word .btn a.buy2:hoverã£â‚¬â‚¬ {
    background: #f37901;
    color: #fff;
}

.sec_banner_recovery .word .btn a.blue {
    background: #2870c8;
    color: #fff;
}

.sec_banner_recovery .word .btn a span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 16px;
    background-repeat: no-repeat;
    background-image: url(/images_2016/icon-buy.png);
}

.sec_banner_recovery .word .btn a span.win {
    background-position: 5px -73px;
}

.sec_banner_recovery .word .btn a.blue span.win {
    background-position: 5px 2px;
}

.sec_banner_recovery .word .btn a span.mac {
    background-position: 2px -214px;
}

.sec_banner_recovery .word .btn a.blue span.mac {
    background-position: 2px -145px;
}

.sec_banner_recovery .word .btn a:hover {
    background: #0082f6;
    color: #fff;
    text-decoration: none;
}

.sec_banner_recovery .word .btn a:hover span.win {
    background-position: 5px 2px;
}

.sec_banner_recovery .word .btn a:hover span.mac {
    background-position: 2px -145px;
}

.resource_article {
    margin-bottom: 50px;
}

.resource_article .title {
    font-size: 30px;
    margin-bottom: 3.5%;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}

.resource_article .des {
    font-size: 18px;
    margin: -2% 0 4% 0;
    line-height: 25px;
    text-align: center;
}

.resource_article .list {
    margin-bottom: 3%;
}

.resource_article .tab_com.block {
    display: block;
}

.resource_article .list li {
    width: 48%;
    *width: 47%;
    margin: 0 2% 20px 0;
    float: left;
    background: url(/images_2016/resource/icon-article.png) 0px 2px no-repeat;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
    padding-left: 0;
}

.resource_article .list_title {
    font-size: 18px;
    padding-left: 26px;
}

.resource_article .list_title a {
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.resource_article .list_des {
    font-size: 14px;
    width: 90%;
    display: block;
    padding-left: 26px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resource_article .hot {
    background: url(/images_2016/resource/new.jpg) 5px center no-repeat;
    width: 27px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
}

.resource_article .button {
    text-align: center;
}

.resource_article .button span,
.resource_article .button font {
    display: inline-block;
    background: #f2f2f2;
    width: 36px;
    line-height: 30px;
    margin: 0 3px;
    cursor: pointer;
}

.resource_article .button span.current {
    color: #fff;
    background-color: #0087ff;
}

.resource_article .button .hidden {
    display: none;
}

.top_article .scroll {
    position: relative;
    margin-bottom: 50px;
}

.top_article .scroll_hide {
    position: relative;
    margin: 0 50px;
    overflow: hidden;
}

.top_article .list {
    position: relative;
}

.top_article .list li {
    float: left;
}

.top_article .list .box {
    float: left;
    width: 23%;
    margin: 0 1%;
}

.top_article .list .box img {
    max-width: 100%;
    height: auto;
}

.top_article .list .box a {
    display: block;
    margin-bottom: 25px;
    color: inherit;
}

.top_article .list .box a:hover {
    color: #0087ff;
}

.top_article .left,
.top_article .right {
    background: url(/images_2016/resource/icon-rotation.png) 0px 0px no-repeat;
    display: block;
    width: 24px;
    height: 58px;
    position: absolute;
    top: 20%;
    cursor: pointer;
}

.top_article .left {
    left: 0px;
    background-position: 0px -158px;
}

.top_article .left:hover {
    background-position: -123px -158px;
}

.top_article .right {
    right: 0px;
}

.top_article .right:hover {
    background-position: -123px 0px;
}

.top_article .title {
    font-size: 30px;
    margin-bottom: 3.5%;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}

.top_article .title font {
    color: #f38a01;
}

.top_article .des {
    font-size: 18px;
    margin: -2% 0 4% 0;
    line-height: 25px;
    text-align: center;
}

.tit_box {
    background: #ececec;
    padding: 3% 0;
    margin-bottom: 40px;
    margin-top: -20px;
}

.tit_box .des {
    margin-bottom: 0;
}

.resource_article .side_bar {
    width: 30%;
    float: left;
    min-width: 320px;
}

.resource_article .side_bar .tab_list.current {
    position: fixed;
    top: 0;
}

.resource_article .side_bar .tab_list.fixed {
    position: absolute;
    top: auto;
    bottom: 0px;
}

.resource_article .side_bar .tab_list li {
    border-bottom: 2px solid #fff;
    cursor: pointer;
    background: #e9e9e9;
    width: 300px;
    min-height: 24px;
    padding: 15px 0 15px 25px;
    transition: width 0.15s ease-in-out;
    -moz-transition: width 0.15s ease-in-out;
    -webkit-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
}

.resource_article .side_bar .tab_list li:hover,
.resource_article .side_bar .tab_list li.current {
    width: 345px;
    background: url(/images_2016/resource/hover-bg2.png) no-repeat left center;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    text-align: center;
}

.resource_article .side_bar .tab_list li:hover {
    background: url(/images_2016/resource/hover-bg3.png) no-repeat left center;
}

.resource_article .list_box {
    width: 67%;
    float: right;
}

.resource_article .list_box .tab_com.hidden {
    display: none;
}

.resource_article .list_box .list li {
    width: 100%;
    background: none;
}

.resource_article .list_box .list li * {
    padding-left: 0;
}

@media (max-width: 1260px) {
    .resource_article .side_bar {
        min-width: 270px;
    }

    .resource_article .side_bar .tab_list li {
        width: 220px;
    }

    .resource_article .side_bar .tab_list li:hover,
    .resource_article .side_bar .tab_list li.current {
        width: 270px;
        background-position: -78px;
    }
}

@media (max-width: 1000px) {
    .resource_article .list_box {
        width: 63%;
    }
}

@media (max-width: 479px) {
    .resource_article .side_bar,
    .resource_article .list_box {
        float: none;
        width: 100%;
        min-width: inherit;
        margin-bottom: 20px;
    }

    .resource_article .side_bar .tab_list {
        text-align: center;
    }

    .resource_article .side_bar .tab_list li {
        display: inline-block;
        width: 40%;
        padding: 15px;
        text-align: center;
        vertical-align: top;
    }

    .resource_article .side_bar .tab_list li:hover,
    .resource_article .side_bar .tab_list li.current {
        width: 40%;
        background: #0087ff;
        padding: 15px;
        font-size: 16px;
    }
}

.mobile_tab_list {
    display: none;
    color: #fff;
    font-size: 0.45rem;
    padding: 0.025rem 0.3rem;
    line-height: 1.25rem;
    background: url(/images_2016/ui-menu-dowm.png) 96% 0.58rem no-repeat;
    background-size: 0.25rem 0.15rem;
    background-color: #757575;
    margin-bottom: 0.2rem;
}

.mobile_tab_list.current {
    background: url(/images_2016/ui-menu-up.png) 96% 0.58rem no-repeat;
    background-color: #0087ff;
    background-size: 0.25rem 0.15rem;
}

@media (max-width: 767px) {
    .mobile_tab_list {
        display: block;
    }
}

@media (max-width: 1000px) {
    .hot_tags .left_box {
        background-position: center 0;
    }

    .hot_tags .right_box .top_list li {
        background-position: center 0;
    }

    .hot_tags .right_box .top_list li.no2 {
        background-position: right 0;
        padding-left: 20%;
        width: 29%;
    }

    .hot_tags .right_box .bottom_list li {
        padding-top: 115px;
        height: 65px;
    }

    .hot_tags .right_box .bottom_list li.no1,
    .hot_tags .right_box .bottom_list li.no5,
    .hot_tags .right_box .bottom_list li.no6 {
        background-position: center 0;
    }
}

@media (max-width: 767px) {
    .resource_article,
    .resource_banner {
        margin-bottom: 1rem;
    }

    .resource_banner {
        min-height: inherit;
        padding-bottom: 1rem;
    }

    .resource_banner .title {
        padding-top: 0.8rem !important;
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
    }

    .resource_banner .des {
        font-size: 0.45rem;
        line-height: 0.7rem;
        margin-bottom: 0.3rem;
    }

    .hot_tags,
    .tit_box {
        margin-bottom: 1rem;
    }

    .tit_box {
        padding: 0.8rem 0.5rem;
    }

    .resource_article .title {
        font-size: 0.65rem;
        line-height: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .tit_box .des {
        font-size: 0.45rem;
        line-height: 0.7rem;
    }

    .side_bar {
        display: none;
    }

    .resource_article .list_box {
        width: 100%;
    }

    .mobile_tab_list {
        display: block;
    }

    .resource_article .tab_com {
        display: none;
        margin-bottom: 0.5rem;
    }

    .resource_banner .button {
        padding: 0.5rem 0 0;
    }

    .resource_banner .button a {
        background-image: none;
        padding: 0 0.45rem;
        text-align: center;
        width: 4rem;
        font-size: 0.45rem;
        margin-bottom: 0.25rem;
    }

    .resource_banner .button a.buy,
    .resource_banner .button.mac a.buy,
    .resource_banner .button a.no_icon {
        min-width: inherit;
        padding: 0 0.45rem;
    }

    .hot_tags .title {
        font-size: 0.65rem;
        line-height: 0.8rem;
        margin-bottom: 0.4rem;
    }

    .hot_tags .des {
        font-size: 0.45rem;
        line-height: 0.7rem;
        margin-bottom: 0.5rem;
    }

    .top_article .title {
        font-size: 0.65rem;
        line-height: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .top_article .des {
        font-size: 0.45rem;
        line-height: 0.7rem;
    }

    .top_article .left,
    .top_article .right {
        display: none;
    }

    .top_article .scroll {
        margin-bottom: 1rem;
    }

    .top_article .scroll_hide {
        margin: 0;
    }

    .resource_article .list li {
        width: 98%;
    }

    .resource_article .des {
        font-size: 0.45rem;
        line-height: 0.7rem;
        margin-bottom: 1rem;
    }
}

.article_title {
    background: url(/images_2016/article/banner-bg.jpg) center no-repeat;
    min-height: 120px;
    background-size: cover;
    margin-bottom: 40px;
    color: #fff;
}

.article_title h1 {
    font-size: 30px;
    line-height: 38px;
    padding: 46px 0 2% 0;
    font-weight: normal;
}

@media (max-width: 767px) {
    .article_title {
        min-height: inherit;
        text-align: center;
        margin-bottom: 1rem;
        padding: 1rem 0;
    }

    .article_title h1 {
        padding: 0;
        font-size: 0.7rem;
    }
}

.articles_title_h3 {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #81c8ff;
    padding-bottom: 16px;
    margin: 50px 0 30px 0;
}

.articles_title_h3 span {
    color: #808080;
    font-size: 16px;
}

.article_content {
    width: 77%;
    margin-bottom: 50px;
    position: relative;
}

.article_content.left {
    float: left;
}

.article_content.left ul {
    margin-bottom: 15px;
}

.article_content.left table {
    width: 100%;
    border-collapse: collapse;
}

.article_content.left table tr td {
    border: 1px solid #999;
    padding: 6px;
}

.article_content.right {
    float: right;
}

@media (max-width: 1000px) {
    .article_content img {
        max-width: 100%;
    }

    .article_content.left table {
        max-width: 100% !important;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .article_content {
        width: 96%;
        padding: 0 2%;
        color: #6e6c6d;
    }
}

@media (max-width: 767px) {
    .parent_layer {
        display: none;
    }
}

.article_content_word h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 55px 0 35px 0;
}

.article_content_word h2 .mb_2018_h2_i {
    font-weight: normal;
    display: block;
    margin-top: 12px;
}

.article_content_word h2 .mb_2018_h2_i:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #2f2f2f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.article_content_word h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 35px 0 15px 0;
}

.article_content_word h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 35px 0 13px 0;
}

.article_content_word p {
    margin: 13px 0 20px 0;
    font-size: 16px;
    line-height: 26px;
}

.article_content_word a.anchor {
    color: #f38a01;
}

.article_content_word img {
    max-width: 700px;
    height: auto;
}

.article_content_word img.special {
    max-width: 100%;
}

.article_content_word .button_box {
    margin: 30px 0 20px 0;
}

.article_content_word ul {
    margin-bottom: 15px;
}

.article_content_word ul li {
    padding: 5px 0 5px 15px;
    background: url(/images_2016/icon-spot-black.png) no-repeat 0 14px;
    position: relative;
}

.article_content_word ul.mb_2018_list_number li {
    background: none !important;
    padding-left: 0 !important;
    list-style: decimal outside none;
    margin-left: 50px;
}

.article_content_word ul.mb_2018_list_step li {
    background: none !important;
    padding-left: 85px !important;
    margin-bottom: 20px;
}

.article_content_word ul.mb_2018_list_step li .s {
    position: absolute;
    left: 20px;
    top: 6px;
}

.article_content_word ul.mb_2018_list_v li {
    background: none !important;
    position: relative;
    padding-left: 20px !important;
}

.article_content_word ul.mb_2018_list_v li:before {
    content: "\e63b";
    position: absolute;
    left: 0;
    top: 8px;
}

.article_content_word ul.mb_2018_list_v.orange li:before {
    color: #f57a01;
}

.article_content_word ul.mb_2018_list_v.gray li:before {
    color: #808080;
}

.article_content_word ul.mb_2018_list_v.blue li:before {
    color: #0087ff;
}

.article_content_word table {
    width: 100%;
    border-collapse: collapse;
}

.article_content_word table tr td {
    border: 1px solid #999;
    padding: 6px;
}

.article_content_word table.mb_2018_table_no1 {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 36px 0;
}

.article_content_word table.mb_2018_table_no1 th {
    font-size: 16px;
    background-color: #f3f4f6;
    border: 1px solid #eeeeee !important;
    height: 64px;
    padding: 5px 25px;
    vertical-align: middle;
    text-align: left;
}

.article_content_word table.mb_2018_table_no1 tr td {
    border: 1px solid #eeeeee !important;
    padding: 5px 25px !important;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
}

.article_content_word table.mb_2018_table_no1 tr td.forlist {
    padding: 35px 25px !important;
    vertical-align: top !important;
}

.article_content_word .mb_2018_border_b_blue {
    border-bottom: 3px solid #64c3ef;
    display: inline-block;
    padding: 0 3px;
}

.article_content_word .mb_2018_color2 {
    background-color: #f8f2e2;
}

.article_content_word .mb_2018_color3 {
    background-color: #ebf2f8;
}

.article_content_word .img_box {
    margin-bottom: 15px;
}

.article_content_word .img_box .left {
    float: left;
    margin: 0 15px 15px;
}

.article_content_word .img_box .right {
    float: right;
    margin: 0 0 15px 15px;
}

.article_content_word .img_box_pop {
    margin: 0 10px 15px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    box-shadow: 0 0 5px 3px #e9e9e9;
    vertical-align: middle;
}

.article_content_word .img_box_pop a:before {
    content: "\e6df";
    background-color: #a0a0a0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 72px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    z-index: 1;
    text-align: center;
    font-size: 50px;
    display: none;
}

.article_content_word .img_box_pop:hover a:before {
    display: block;
}

.article_content_word .step_icon {
    background: #0288ff url(/images_2016/drw_win/guide_spec/drw-guide-step.jpg) center right no-repeat;
    padding: 0 20px 0 10px;
    color: #fff;
    line-height: 32px;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}

.article_content_word .content_list2 {
    padding: 20px 10px;
    margin-bottom: 15px;
    background: #f2f2f2;
}

.article_content_word .content_list2 .t {
    font-size: 18px;
}

.article_content_word .content_list2 .this_list {
    margin-bottom: 0;
    padding-left: 20px;
}

.article_content_word .content_list2 .this_list li {
    background: none;
    color: #0087ff;
}

.article_content_word .content_list2 ol.this_list li {
    list-style: decimal inside;
}

.article_content_word .tips {
    border: 1px dashed #f38a01;
    padding: 15px 20px 15px 60px;
    background: #fff4c2 url(/images_2016/article/tips-icon.png) 20px 12px no-repeat;
    margin-bottom: 15px;
}

.article_content_word .tips.w {
    background-image: url(/images_2016/article/warning-icon.png);
}

.article_content_word .tips.n {
    background-image: url(/images_2016/article/note-icon.png);
}

.article_content_word .tips.n2 {
    background: #fff4c2 url(/images_2016/article/artical-note-icon.png) 16px 18px no-repeat;
}

.article_content_word .tips dt {
    font-size: 18px;
    margin-bottom: 10px;
}

.article_content_word .tips dd {
    font-size: 14px;
}

.article_content_word .tips2 {
    background: url(/images_2016/article/artical-tips-icon.png) no-repeat;
    padding-top: 23px;
    margin-bottom: 20px;
}

.article_content_word .tips2 dl {
    border-top: 1px solid #0087ff;
    border-bottom: 1px solid #0087ff;
    padding: 5px 0;
    color: #808080;
    font-size: 14px;
}

.article_content_word .border_tit {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin: 30px 0 20px;
}

.article_content_word .border_tit span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-bottom: 2px solid #62c0f4;
    margin-bottom: -1px;
}

@media (max-width: 1000px) {
    .article_content_word img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .article_content_word p {
        font-size: 0.5rem;
        line-height: 0.9rem;
    }

    .article_content_word h2 {
        font-size: 0.65rem;
        line-height: 0.8rem;
        margin: 1rem 0 0.5rem;
    }

    .article_content_word h3 {
        font-size: 0.65rem;
        line-height: 0.8rem;
        margin: 1rem 0 0.5rem;
    }
}

.article_content_word .button_banner {
    color: #333;
    min-height: 80px;
    display: table;
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid #f3f2f2;
    border-bottom: 1px solid #f3f2f2;
    box-shadow: 3px 2px 1px #f3f2f2;
    overflow: hidden;
    min-height: 108px;
}

.article_content_word .button_banner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/images/opacity_0.png);
}

.article_content_word .button_banner a:hover {
    text-decoration: none;
}

.article_content_word .button_banner p {
    margin: 0;
}

.article_content_word .button_banner .word {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    *padding-right: 170px;
    position: relative;
    z-index: 1;
}

.article_content_word .button_banner .word .t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}

.article_content_word .button_banner .word .d {
    color: #808080;
    max-width: 430px;
}

.article_content_word .button_banner .word span {
    width: 5px;
    height: 200%;
    position: absolute;
    display: block;
    background-color: #25bfbc;
    left: 0px;
    top: 0px;
    box-shadow: 0 1px 3px #999;
}

.article_content_word .button_banner .price {
    display: table-cell;
    width: 165px;
    background: #25bfbc url(/images_2016/article/Restore-your-lost-files-now_03.png) left top repeat-y;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
    *position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.article_content_word .button_banner .price p {
    font-size: 14px;
    line-height: 28px;
}

.article_content_word .button_banner .price b {
    font-size: 24px;
}

.article_content_word .button_banner .price .arrow {
    background: url(/images_2016/article/artical-button-tangle.png) 1px -45px no-repeat;
    width: 30px;
    height: 40px;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -13px;
    position: absolute;
}

.article_content_word .button_banner.orange .word span {
    background-color: #f38a01;
}

.article_content_word .button_banner.purple .word span {
    background-color: #6e2fb4;
}

.article_content_word .button_banner.orange .price {
    background-color: #f38a01;
}

.article_content_word .button_banner.purple .price {
    background-color: #6e2fb4;
}

.article_content_word .button_banner.orange .price .arrow {
    background-position: 1px 0px;
}

.article_content_word .button_banner.purple .price .arrow {
    background-position: 1px -83px;
}

.author_info_2 {
    position: relative;
    margin-bottom: 50px;
}

.author_info_2 .des {
    font-size: 14px;
    color: #717171;
    margin-bottom: 15px;
}

.summary {
    border: dashed 1px #c0c0c0;
    padding: 10px 30px;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 35px;
}

.summary::after {
    width: 100%;
    height: 23px;
    position: absolute;
    left: 0%;
    bottom: -24px;
    background: url(../images/article-download-bg.jpg) center center no-repeat;
    content: "";
}

.singe-page ul li {
    position: relative;
    padding-left: 15px;
}

.singe-page ul li::after {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0%;
    top: 15px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.singe-page h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 35px 0 15px 0;
}

.summary.epm {
    padding-bottom: 20px;
}

.summary .tit {
    font-weight: bold;
    font-size: 17px;
    margin: 13px 0 20px 0;
}

.summary .word {
    margin: 13px 0 30px 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.summary .word2 {
    width: 68%;
    padding-right: 2%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px dashed #666;
}

.summary .button_box.epm {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    text-align: center;
    margin: 5px 0 0;
}

.author_info_2 .bg {
    width: 100%;
    height: 28px;
    background: url(/images_2016/article/article-download-bg.jpg) center 0;
    display: block;
    position: absolute;
    bottom: -28px;
}

.author_info_2 .article_button .word {
    margin-bottom: 0;
}

@media (max-width: 1000px) {
    .summary .word2 {
        width: 60%;
    }

    .summary .button_box.epm {
        width: 34%;
    }
}

.related_articles .list li {
    margin: 0 2% 20px 0;
    padding: 0 !important;
    background: none !important;
}

@media (max-width: 767px) {
    .related_articles .list li {
        width: auto;
        float: none;
        margin: 0 0 10px 0 !important;
    }
}

.related_articles .list_title {
    font-size: 17px;
    margin-bottom: 4px;
}

.related_articles .list_des {
    color: #808080;
    font-size: 14px;
    margin-bottom: 15px;
}

.related_articles .name {
    position: relative;
    padding-left: 50px;
    min-height: 70px;
    font-size: 15px;
}

.related_articles .name img {
    position: absolute;
    left: 0;
    top: 0;
}

.related_articles .name font {
    color: #808080;
    font-size: 16px;
}

.article_sidebar {
    width: 19%;
    margin-bottom: 50px;
}

.article_sidebar.left {
    float: left;
}

.article_sidebar.right {
    float: right;
}

@media (max-width: 767px) {
    .article_sidebar.right {
        display: none;
    }
}

.side_related {
    margin-bottom: 30px;
}

.side_related .title {
    background-color: #66b3ee;
    padding: 12px 0 12px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
}

.side_related dl {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
    margin-bottom: 14px;
}

.side_related dt {
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 12px;
}

.side_related dd {
    font-size: 14px;
    margin-bottom: 4px;
    background: url(/images_2016/arrow-gray-right.png) 0px 7px no-repeat;
    padding-left: 12px;
}

.side_related dd.classify_dd {
    font-size: 16px;
    padding-left: 0;
    background: none;
    margin-top: 15px;
    margin-bottom: 5px;
}

.side_related dd a {
    color: #2f2f2f;
}

.side_related li {
    font-size: 14px;
    margin-bottom: 4px;
    background: url(/images_2016/arrow-gray-right.png) 0px 11px no-repeat;
    padding: 4px 0 4px 12px;
    border-bottom: 1px solid #eaeaea;
}

.side_related li a {
    color: #2f2f2f;
}

.template_box1 {
    background: url(/images_2016/article/bg.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    margin-bottom: 20px;
}

.template_box1 .content {
    padding: 50px;
}

.template_box1 .word {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60%;
    padding-right: 2%;
    vertical-align: top;
}

.template_box1 .word.right {
    padding-left: 2%;
    padding-right: 0;
}

.template_box1 .img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 36%;
    text-align: center;
    vertical-align: top;
}

.template_box1 .img img {
    max-width: 100%;
}

.template_box1 .title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #757575;
}

.template_box1 .word .list {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.template_box1 .word .list li {
    text-align: left;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 15px;
    background: none;
    color: #757575;
}

.template_box1 .word .list li:before {
    content: "\e605";
    color: #007eff;
    position: absolute;
    left: 0;
    top: 8px;
}

.template_box1 .article_button_5 {
    display: inline-block;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background-color: #0087ff;
    border: 2px solid #0087ff;
    color: #fff;
    font-size: 16px;
    transition: 200ms;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 1px;
}

.template_box1 .article_button_5:hover {
    background-color: #0082f6;
    border-color: #0082f6;
    color: #fff;
    text-decoration: none;
}

.template_box1 .article_button_5.bor {
    border-color: #0087ff;
    color: #0087ff;
    background-color: transparent;
}

.template_box1 .article_button_5.bor:hover {
    background-color: #0082f6;
    border: 2px solid #0082f6;
    color: #fff;
}

.template_box1 .article_button_5 .iconfont {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .template_box1 .word {
        width: 100%;
        padding-right: 0%;
    }

    .template_box1 .img {
        display: none;
    }

    .template_box1 .title {
        font-size: 0.65rem;
        line-height: 0.7rem;
    }
}

.article_new_banner4 {
    background: url(/images_2016/article/article_new4/banner_bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 40px 0;
}

.article_new_banner4.tb {
    background-image: url(/images_2016/article/article_new4/tb-banner_bg.png);
    color: #fff;
}

.article_new_banner4.tb .word .des {
    color: #fff;
}

.article_new_banner4.tb .word .des .name,
.article_new_banner4.tb .word .des a {
    color: #fff;
}

.article_new_banner4.tb .word .des .name:hover,
.article_new_banner4.tb .word .des a:hover {
    color: #fff;
    text-decoration: underline;
}

.article_new_banner4.epm {
    background-image: url(\/images_2016/article/article_new4/epm-banner_bg.png);
    color: #fff;
}

.article_new_banner4.epm .word .des {
    color: #fff;
}

.article_new_banner4.epm .word .des .name,
.article_new_banner4.epm .word .des a {
    color: #fff;
}

.article_new_banner4.epm .word .des .name:hover,
.article_new_banner4.epm .word .des a:hover {
    color: #fff;
    text-decoration: underline;
}

.article_new_banner4 .box {
    max-width: 73.333%;
}

.article_new_banner4 h1 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0 40px 0.6rem 40px;
}

.article_new_banner4 .word {
    margin: 0 40px;
}

.article_new_banner4 .word .img {
    vertical-align: middle;
}

.article_new_banner4 .word .img img {
    border-radius: 50%;
}

.article_new_banner4 .word .des {
    vertical-align: middle;
    color: #969696;
    font-size: 0.425rem;
    margin: 0;
}

.article_new_banner4 .word .des a {
    color: #828181;
    display: inline-block;
    margin: 0 0.125rem;
    text-decoration: none;
}

.article_new_banner4 .word .des a:hover {
    color: #111111;
}

.article_new_banner4 .word .des a.name {
    color: #0286ff;
}

.article_new_banner4 .word .des a.name:hover {
    color: #058aff;
}

@media (max-width: 768px) {
    .article_new_banner4 {
        padding: 1.4rem 0;
    }

    .article_new_banner4 .box {
        max-width: none;
    }

    .article_new_banner4 h1 {
        font-size: 0.9rem;
        line-height: 1.6125rem;
        margin-left: 0;
    }

    .article_new_banner4 .word {
        position: relative;
        margin-left: 0;
    }

    .article_new_banner4 .word .img {
        position: absolute;
        left: 0rem;
        top: 0.2rem;
    }

    .article_new_banner4 .word .img img {
        width: 0.8rem;
        height: 0.8rem;
    }

    .article_new_banner4 .word .des {
        padding-left: 1rem;
        font-size: 0.5625rem;
        line-height: 0.8625rem;
    }
}

.article_new_content3 {
    font-size: 0.4rem;
    line-height: 0.75rem;
    position: relative;
    z-index: 2;
    padding: 0 0 2rem 0;
    color: #232323;
    background-color: #f8f8fa;
    font-weight: 400;
}

.article_new_content3.no2 {
    padding-top: 0.1rem;
}

.article_new_content3.bgnone {
    background: none;
}

.article_new_content3 a.anchor {
    color: #f38a01;
}

@media (max-width: 750px) {
    .article_new_content3 {
        background-color: #fff;
    }
}

.article_new_content3 .article_new_content_left {
    max-width: 20.125rem;
    margin-top: -0.8rem;
    float: left;
    width: 67.5%;
}

.article_new_content3 .article_new_content_left.no2 {
    margin-top: 0;
    max-width: 22rem;
    width: 73.333%;
}

.article_new_content3 .article_new_content_left.no2 .padding_box {
    box-shadow: none;
    margin-bottom: 0.5rem;
}

.article_new_content3 .article_new_content_left .padding_box {
    padding: 0.5rem 1rem 1rem;
    margin-bottom: 1.125rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem #dedede;
}

@media (max-width: 1000px) {
    .article_new_content3 .article_new_content_left {
        float: none;
        width: auto !important;
        margin: 1rem auto;
    }
}

@media (max-width: 750px) {
    .article_new_content3 .article_new_content_left .padding_box {
        padding: 0;
    }
}

.article_new_content3 .article_new_content_left .word_content .hr {
    border-bottom: 1px solid #e5e5e5;
    height: 0px;
    overflow: hidden;
    margin-bottom: 50px;
}

.article_new_content3 .article_new_content_left .word_content h1 {
    font-size: 0.75rem;
    line-height: 0.8rem;
    padding: 0.45rem 0 0.65rem 0;
}

@media (max-width: 750px) {
    .article_new_content3 .article_new_content_left .word_content h1 {
        padding: 1.4rem 0;
        border-top: 1px solid #f1f1f3;
        font-size: 0.9rem;
        line-height: 1.6125rem;
    }
}

.article_new_content3 .article_new_content_left .word_content .word {
    margin-bottom: 0.45rem;
}

.article_new_content3 .article_new_content_left .word_content .word .img {
    vertical-align: middle;
}

.article_new_content3 .article_new_content_left .word_content .word .img img {
    border-radius: 50%;
}

.article_new_content3 .article_new_content_left .word_content .word .des {
    vertical-align: middle;
    color: #969696;
    font-size: 0.35rem;
    margin: 0;
}

.article_new_content3 .article_new_content_left .word_content .word .des a {
    color: #828181;
    display: inline-block;
    margin: 0 0.125rem;
    text-decoration: none;
}

.article_new_content3
.article_new_content_left
.word_content
.word
.des
a:hover {
    color: #111111;
}

.article_new_content3
.article_new_content_left
.word_content
.word
.des
a.name {
    color: #0286ff;
}

@media (max-width: 750px) {
    .article_new_content3 .article_new_content_left .word_content .word {
        position: relative;
    }

    .article_new_content3 .article_new_content_left .word_content .word .img {
        position: absolute;
        left: 0;
        top: 0.1rem;
    }

    .article_new_content3 .article_new_content_left .word_content .word .des {
        padding-left: 1.2rem;
        font-size: 0.5625rem;
        line-height: 1.0125rem;
    }
}

.article_new_content3
.article_new_content_left
.word_content
.button_box
.article_button
.word {
    margin-bottom: 0;
}

.article_new_content3 .article_new_content_left .word_content .summary {
    line-height: 0.55rem;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: -0.5rem;
}

.article_new_content3 .article_new_content_left .word_content .summary .shadow {
    box-shadow: 0rem 0rem 0.5rem -0.25rem #adadad;
    padding: 0.9rem 0.375rem 0.75rem 0.375rem;
}

.article_new_content3 .article_new_content_left .word_content .summary .t {
    font-weight: bold;
    margin-bottom: 0.45rem;
}

.article_new_content3 .article_new_content_left .word_content .summary .d {
    font-size: 0.4rem;
    line-height: 0.7rem;
    color: #404040;
    margin-bottom: 0.5rem;
}

@media (max-width: 750px) {
    .article_new_content3
    .article_new_content_left
    .word_content
    .summary
    .shadow {
        box-shadow: none;
        padding: 0;
    }

    .article_new_content3 .article_new_content_left .word_content .summary .t {
        font-size: 0.675rem;
        line-height: 1.0125rem;
        color: #232323;
        font-weight: bold;
    }

    .article_new_content3 .article_new_content_left .word_content .summary .d {
        font-size: 0.5625rem;
        line-height: 1.0125rem;
    }
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text {
    color: #404040;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
img {
    max-width: 17.5rem;
    height: auto;
}

@media (max-width: 1025px) {
    .article_new_content3
    .article_new_content_left
    .word_content
    .word_content_text
    img {
        max-width: 100%;
    }
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
iframe {
    max-width: 100%;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
p {
    margin: 0.675rem 0;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
p
strong,
.article_new_content3
.article_new_content_left
.word_content
.word_content_text
p
b {
    font-weight: bold;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
h2 {
    font-size: 0.6rem;
    line-height: 1rem;
    margin: 1.25rem 0 0.4rem 0;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
h2:first-child {
    margin-top: 0.75rem;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
h3 {
    font-size: 0.45rem;
    margin: 0.575rem 0 0.35rem 0;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
h4 {
    margin-bottom: 0.1rem;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
.button_box {
    margin: 0.7rem 0 0.875rem 0;
    line-height: 0.55rem;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
span.inline {
    display: inline-block;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
ul {
    margin-bottom: 0.375rem;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
ul
li {
    padding: 0.125rem 0 0.125rem 0.375rem;
    position: relative;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
ul
li:before {
    content: "";
    width: 0.075rem;
    height: 0.075rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.45rem;
    background-color: #2f2f2f;
    overflow: hidden;
}

.article_new_content3
.article_new_content_left
.word_content
.word_content_text
ul.mb_2018_list_step
li:before {
    display: none;
}

@media (max-width: 750px) {
    .article_new_content3
    .article_new_content_left
    .word_content
    .word_content_text {
        font-size: 0.5625rem;
        line-height: 1.0125rem;
    }

    .article_new_content3
    .article_new_content_left
    .word_content
    .word_content_text
    p {
        margin: 0 0 0.75rem 0;
    }

    .article_new_content3
    .article_new_content_left
    .word_content
    .word_content_text
    h2 {
        font-size: 0.6375rem;
        line-height: 1.0125rem;
        margin: 1.0875rem 0 0.6rem;
    }

    .article_new_content3
    .article_new_content_left
    .word_content
    .word_content_text
    h3 {
        font-size: 0.5625rem;
        line-height: 1.0125rem;
        margin: 0.525rem 0 0.24375rem;
    }

    .article_new_content3
    .article_new_content_left
    .word_content
    .word_content_text
    h4 {
        font-size: 0.5625rem;
        line-height: 1.0125rem;
        margin: 0.525rem 0 0.24375rem;
    }
}

.article_new_content3 .article_new_content_left .helful {
    margin: 1.4rem 0 0.3rem 0;
    position: relative;
}

.article_new_content3 .article_new_content_left .helful .t {
    font-weight: bold;
    font-size: 0.55rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.article_new_content3 .article_new_content_left .helful .bt {
    width: 1.5rem;
    height: 0.95rem;
    line-height: 0.95rem;
    text-align: center;
    border: 0.025rem solid #e2e2e4;
    box-shadow: 0 0 0.25rem #e2e2e4;
    font-size: 0.3rem;
    margin-right: 0.125rem;
    cursor: pointer;
}

.article_new_content3 .article_new_content_left .helful .bt .iconfont {
    display: block;
    font-size: 0.5rem;
    padding-top: 0.125rem;
    font-weight: bold;
}

.article_new_content3 .article_new_content_left .helful .tk {
    font-size: 0.55rem;
    margin-right: 1.5rem;
    display: none;
}

.article_new_content3 .article_new_content_left .helful .wd {
    color: #808080;
    font-size: 0.35rem;
    margin-left: 0.5rem;
    text-align: right;
    display: block;
    margin-top: -0.8rem;
}

@media (max-width: 479px) {
    .article_new_content3 .article_new_content_left .helful .wd {
        margin: 0.5rem 0;
        text-align: left;
    }
}

.article_new_content3 .article_new_content_left .helful .hidden {
    display: none;
}

.article_new_content3 .article_new_content_left .helful .loading {
    background: url(/images/loading_1.gif) no-repeat center;
    width: 0.775rem;
    height: 0.775rem;
    position: absolute;
    left: 3.5rem;
    top: 0rem;
    display: none;
}

.article_new_content3 .article_new_content_left .helful.current .tk {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.article_new_content3 .article_new_content_left .helful.current .t,
.article_new_content3 .article_new_content_left .helful.current .bt {
    display: none;
}

.article_new_content3 .article_new_content_left .helful.current .wd {
    margin-top: -0.6rem;
}

.article_new_content3 .article_new_content_left .helful2 {
    padding-top: 38px;
    border-top: 1px solid #e5e5e5;
    margin-top: 70px;
    position: relative;
}

.article_new_content3 .article_new_content_left .helful2 .bt {
    background: url(/images_2016/article/article_new4/icons.png) no-repeat -50px -204px;
    width: 50px;
    height: 50px;
    background-size: 1200px 1200px;
    display: inline-block;
    cursor: pointer;
    margin: 0 25px 0 15px;
}

.article_new_content3 .article_new_content_left .helful2 .bt.no {
    background-position: -144px -204px;
}

.article_new_content3 .article_new_content_left .helful2 .bt.no:hover {
    background-position: -342px -204px;
}

.article_new_content3 .article_new_content_left .helful2 .bt.no:active {
    background-position: -530px -204px;
}

.article_new_content3 .article_new_content_left .helful2 .bt:hover {
    background-position: -248px -204px;
}

.article_new_content3 .article_new_content_left .helful2 .bt:active {
    background-position: -436px -204px;
}

.article_new_content3 .article_new_content_left .helful2 .box {
    position: relative;
    float: right;
}

.article_new_content3 .article_new_content_left .helful2 .box .svg {
    vertical-align: top;
    margin-right: 8px;
    transform: rotateY(180deg);
    display: inline-block;
}

.article_new_content3 .article_new_content_left .helful2 .box .wd {
    color: #afafaf;
    font-size: 14px;
    vertical-align: top;
}

.article_new_content3 .article_new_content_left .helful2 .box .wd font {
    color: #66a9ff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 16px;
}

.article_new_content3 .article_new_content_left .helful2 .loading {
    background: url(/images/loading_1.gif) no-repeat center;
    width: 31px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 40px;
    display: none;
}

@media (max-width: 750px) {
    .article_new_content3 .article_new_content_left .helful2 {
        text-align: center;
    }

    .article_new_content3 .article_new_content_left .helful2 .bt {
        margin: 0 10%;
    }

    .article_new_content3 .article_new_content_left .helful2 .box {
        float: none;
        text-align: left;
        display: inline-block;
        margin-top: 1rem;
    }

    .article_new_content3 .article_new_content_left .helful2 .box .svg {
        transform: scale(1.4) rotateY(180deg);
        transform-origin: center 0;
    }

    .article_new_content3 .article_new_content_left .helful2 .box .wd {
        font-size: 0.5625rem;
        line-height: 1.05rem;
        margin-left: 1rem;
    }

    .article_new_content3 .article_new_content_left .helful2 .box .wd font {
        font-size: 0.5625rem;
        line-height: 1.05rem;
    }
}

@media (max-width: 400px) {
    .article_new_content3 .article_new_content_left .helful2 .box .svg {
        display: none;
    }

    .article_new_content3 .article_new_content_left .helful2 .box .wd {
        max-width: none;
        margin: 0;
    }
}

.article_new_content3 .article_new_content_left .box_title .t {
    font-size: 0.65rem;
    line-height: 0.75rem;
    text-align: center;
    color: #fff;
    background-color: #5464cf;
    padding: 0.125rem;
    margin-bottom: 0.25rem;
}

.article_new_content3 .article_new_content_left .box_title .d {
    margin: 0.45rem 8% 0.625rem 8%;
    line-height: 0.6rem;
}

.article_new_content3 .article_new_content_left .frequently {
    margin-bottom: 1.65rem;
    padding: 0 8%;
}

.article_new_content3 .article_new_content_left .frequently .check {
    text-align: center;
    margin-bottom: 0.75rem;
}

.article_new_content3 .article_new_content_left .frequently .check span {
    cursor: pointer;
    display: inline-block;
}

.article_new_content3
.article_new_content_left
.frequently
.check
span.current {
    color: #5464cf;
}

.article_new_content3 .article_new_content_left .frequently .list_all dl {
    border-bottom: 0.025rem solid #e1e1e1;
    margin: 0.575rem 0;
    padding-bottom: 0.25rem;
}

.article_new_content3 .article_new_content_left .frequently .list_all dl dt {
    font-size: 0.45rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
}

.article_new_content3
.article_new_content_left
.frequently
.list_all
dl
dt:after {
    content: "\e612";
    color: #bdbdbd;
    font-size: 0.55rem;
    margin-left: 0.25rem;
    transition: 400ms;
}

.article_new_content3 .article_new_content_left .frequently .list_all dl dd {
    display: none;
    color: #676767;
}

.article_new_content3 .article_new_content_left .frequently .list_all dl dd p {
    margin-bottom: 0.25rem;
}

.article_new_content3
.article_new_content_left
.frequently
.list_all
dl
dd
p:last-child {
    margin-bottom: 0.5rem;
}

.article_new_content3
.article_new_content_left
.frequently
.list_all
dl.current
dt:after {
    transform: rotateX(180deg);
}

.article_new_content3 .article_new_content_left .frequently .word {
    margin: 1rem 0 0.4rem 0;
}

.article_new_content3 .article_new_content_left .frequently .button {
    text-align: center;
}

.article_new_content3 .article_new_content_left .frequently2 {
    padding: 0.5rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
}

.article_new_content3 .article_new_content_left .frequently2 .t {
    color: #232323;
    font-size: 0.5rem;
    margin-bottom: 0.375rem;
}

.article_new_content3 .article_new_content_left .frequently2 dl {
    padding: 0.4rem 0.4rem 0 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.4rem;
}

.article_new_content3 .article_new_content_left .frequently2 dl:last-child {
    margin-bottom: 0;
}

.article_new_content3 .article_new_content_left .frequently2 dl dt {
    margin-bottom: 0.125rem;
    cursor: pointer;
}

.article_new_content3 .article_new_content_left .frequently2 dl dt:after {
    content: "\e612";
    color: #bdbdbd;
    font-size: 0.55rem;
    margin-left: 0.25rem;
    transition: 400ms;
}

.article_new_content3 .article_new_content_left .frequently2 dl dd {
    color: #696969;
    display: none;
}

.article_new_content3 .article_new_content_left .frequently2 dl dd p {
    margin-bottom: 0.7rem;
}

.article_new_content3
.article_new_content_left
.frequently2
dl
dd
p:last-child {
    margin-bottom: 0;
}

.article_new_content3 .article_new_content_left .frequently2 dl.current {
    padding: 0.4rem;
    background-color: #f9f9f9;
}

.article_new_content3 .article_new_content_left .frequently2 dl.current dt dt {
    color: #398ffd;
}

.article_new_content3
.article_new_content_left
.frequently2
dl.current
dt:after {
    transform: rotateX(180deg);
}

@media (max-width: 750px) {
    .article_new_content3 .article_new_content_left .frequently2 .t {
        font-size: 0.6375rem;
        line-height: 1.125rem;
    }

    .article_new_content3 .article_new_content_left .frequently2 dl {
        font-size: 0.5625rem;
        line-height: 1.0125rem;
    }
}

.article_new_content3 .article_new_content_left .articles2 {
    padding: 0.5rem;
    background-color: #fff;
}

.article_new_content3 .article_new_content_left .articles2 .title {
    color: #232323;
    font-size: 0.5rem;
    margin: 0 0 0.25rem 2%;
}

.article_new_content3 .article_new_content_left .articles2 .list li {
    float: left;
    width: 44%;
    padding: 0.5rem 2%;
}

.article_new_content3 .article_new_content_left .articles2 .list li:hover {
    background-color: #f9f9f9;
}

.article_new_content3 .article_new_content_left .articles2 .list li.r {
    float: right;
}

.article_new_content3 .article_new_content_left .articles2 .list li .t {
    font-size: 0.4rem;
    line-height: 0.7rem;
    margin-bottom: 0.125rem;
    min-height: 1.4rem;
}

.article_new_content3 .article_new_content_left .articles2 .list li .t a {
    color: #232323;
}

.article_new_content3 .article_new_content_left .articles2 .list li .t a:hover {
    color: #398ffd;
}

.article_new_content3 .article_new_content_left .articles2 .list li .time {
    font-size: 0.35rem;
    color: #696969;
}

.article_new_content3 .article_new_content_left .articles2 .list li .time img {
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    vertical-align: middle;
    margin-right: 0.125rem;
}

@media (max-width: 750px) {
    .article_new_content3 .article_new_content_left .articles2 .title {
        font-size: 0.6375rem;
        line-height: 1.125rem;
    }

    .article_new_content3 .article_new_content_left .articles2 .list li {
        width: auto;
        float: none !important;
    }

    .article_new_content3 .article_new_content_left .articles2 .list li .t {
        font-size: 0.5625rem;
        line-height: 1.0125rem;
    }

    .article_new_content3 .article_new_content_left .articles2 .list li .time {
        font-size: 0.45rem;
        line-height: 1.0125rem;
        color: #969696;
    }
}

.article_new_content3 .article_new_content_left .articles {
    margin-bottom: 0.875rem;
}

.article_new_content3 .article_new_content_left .articles.last {
    margin: 0;
}

.article_new_content3
.article_new_content_left
.articles.last
.list_box
.list
li {
    margin: 0;
    width: 44%;
    border-left: 0.075rem solid #a7a7a7;
    padding-left: 0.3rem;
}

.article_new_content3
.article_new_content_left
.articles.last
.list_box
.list
li
.t {
    margin-top: -0.175rem;
}

.article_new_content3
.article_new_content_left
.articles.last
.list_box
.list
li
.t:after {
    display: none;
}

.article_new_content3
.article_new_content_left
.articles.last
.list_box
.list
li
.d {
    margin-bottom: -0.2rem;
}

.article_new_content3 .article_new_content_left .articles .title {
    font-size: 0.65rem;
    margin-bottom: 0.85rem;
}

.article_new_content3 .article_new_content_left .articles .list_box .list {
    margin-bottom: 1rem;
}

.article_new_content3 .article_new_content_left .articles .list_box .list.last {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .article_new_content3 .article_new_content_left .articles .list_box .list {
        margin-bottom: 0;
    }
}

.article_new_content3 .article_new_content_left .articles .list_box .list li {
    float: left;
    margin: 0 6%;
    width: 38%;
}

.article_new_content3 .article_new_content_left .articles .list_box .list li.r {
    float: right;
}

@media (max-width: 768px) {
    .article_new_content3 .article_new_content_left .articles .list_box .list li {
        float: none !important;
        width: auto !important;
        margin: 0 0 1rem 0 !important;
    }
}

.article_new_content3
.article_new_content_left
.articles
.list_box
.list
li
.t {
    line-height: 0.65rem;
    position: relative;
    margin-bottom: 0.3rem;
}

.article_new_content3
.article_new_content_left
.articles
.list_box
.list
li
.t:after {
    content: "";
    width: 1.8rem;
    height: 0.05rem;
    background-color: #656565;
    position: absolute;
    left: 0rem;
    bottom: -0.2rem;
}

.article_new_content3
.article_new_content_left
.articles
.list_box
.list
li
.t
a {
    color: #404040;
    text-decoration: none;
}

.article_new_content3
.article_new_content_left
.articles
.list_box
.list
li
.t:hover
a {
    color: #111;
}

.article_new_content3
.article_new_content_left
.articles
.list_box
.list
li
.t:hover:after {
    background-color: #111;
}

.article_new_content3
.article_new_content_left
.articles
.list_box
.list
li
.time {
    color: #9a9a9a;
    font-size: 0.35rem;
}

.article_new_content3 .article_new_content_left .articles .ms_box .box {
    float: left;
    margin-left: 6%;
    width: 27%;
}

@media (max-width: 768px) {
    .article_new_content3 .article_new_content_left .articles .ms_box .box {
        margin: 0 1%;
        width: 30.5%;
    }
}

.article_new_content3 .article_new_content_left .articles .ms_box .box .t {
    font-size: 0.5rem;
    line-height: 0.75rem;
    margin-bottom: 0.425rem;
}

.article_new_content3
.article_new_content_left
.articles
.ms_box
.box
.t
.icon {
    background: url(/images_2016/article/wz-icon.png) no-repeat -3.85rem 0.1rem;
    background-size: 30rem 30rem;
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.125rem;
}

.article_new_content3
.article_new_content_left
.articles
.ms_box
.box
.t
.icon.mac {
    background-position: -5.775rem 0.1rem;
    width: 0.875rem;
}

.article_new_content3
.article_new_content_left
.articles
.ms_box
.box
.t
.icon.ip {
    background-position: -7.8rem 0.1rem;
    width: 0.5rem;
}

.article_new_content3 .article_new_content_left .articles .ms_box .box ul li {
    margin-bottom: 0.375rem;
    line-height: 0.55rem;
}

.article_new_content3 .article_new_content_left .articles .ms_box .box ul li a {
    color: #404040;
    display: block;
    border-left: 0.075rem solid #e6e6e6;
    padding-left: 0.2rem;
}

.article_new_content3
.article_new_content_left
.articles
.ms_box
.box
ul
li
a:hover {
    border-left-color: #3c5aa9;
    text-decoration: none;
    color: #3c5aa9;
}

.article_new_content3 .article_new_content_left .topics {
    margin-bottom: -0.375rem;
}

.article_new_content3 .article_new_content_left .topics.mb {
    margin-bottom: 1.25rem;
}

.article_new_content3 .article_new_content_left .topics .title {
    font-size: 0.65rem;
    margin-bottom: 1.05rem;
}

.article_new_content3 .article_new_content_left .topics .box_all {
    color: #fff;
    text-align: center;
    margin-bottom: 0.125rem;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon {
    background: url(/images_2016/article/wz-icon.png) no-repeat;
    background-size: 30rem 30rem;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.75rem auto 0.15rem auto;
    overflow: hidden;
    transition: 400ms;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no1 {
    background-position: -9.425rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no2 {
    background-position: -11.475rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no3 {
    background-position: -13.325rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no4 {
    background-position: -15.325rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no5 {
    background-position: -17.3rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no6 {
    background-position: -19.4rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no7 {
    background-position: -21.375rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .icon.no8 {
    background-position: -23.35rem 0;
}

.article_new_content3 .article_new_content_left .topics .box_all .big_box {
    float: left;
    background: url(/images_2016/article/zt-bg-1.jpg) no-repeat;
    background-size: cover;
    max-width: 7.55rem;
    width: 37.6%;
    height: 6.45rem;
    position: relative;
}

.article_new_content3 .article_new_content_left .topics .box_all .big_box.no2 {
    float: right;
    background-image: url(/images_2016/article/zt-bg-2.jpg);
    width: 55%;
    max-width: 11.075rem;
    height: 6.45rem;
}

.article_new_content3 .article_new_content_left .topics .box_all .big_box .t {
    font-size: 0.55rem;
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.big_box
.icon {
    height: 0;
    margin: 2.25rem auto 0.325rem auto;
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.big_box:hover
.icon {
    height: 0.9rem;
    margin: 2.25rem auto 0.325rem auto;
}

.article_new_content3 .article_new_content_left .topics .box_all .small_box {
    float: right;
    width: 61.5%;
    max-width: 12.375rem;
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.small_box
.box {
    position: relative;
    background-color: #5a64a6;
    float: left;
    width: 49.1%;
    min-height: 3.125rem;
    margin-bottom: 0.2rem;
    transition: 400ms;
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.small_box
.box.r {
    float: right;
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.small_box
.box:hover {
    transform: scale(1.04, 1.04);
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.small_box.no2 {
    float: left;
    max-width: 8.75rem;
    width: 43.5%;
}

.article_new_content3
.article_new_content_left
.topics
.box_all
.small_box.no2
.box {
    width: 100%;
}

@media (max-width: 768px) {
    .article_new_content3 .article_new_content_left .topics .box_all .big_box,
    .article_new_content3 .article_new_content_left .topics .box_all .small_box {
        float: none !important;
        width: auto !important;
        margin: 0 auto 0.5rem auto !important;
        padding-top: 0.025rem;
    }

    .article_new_content3
    .article_new_content_left
    .topics
    .box_all
    .big_box
    .icon {
        height: 0.9rem;
    }
}

.article_new_content3 .article_new_content_right {
    float: right;
    max-width: 9.4rem;
    width: 31.5%;
    box-shadow: 0 0 0.1rem #dedede;
    background-color: #fff;
    margin-top: -0.8rem;
}

.article_new_content3 .article_new_content_right.no2 {
    width: 25%;
    margin-top: 0;
    box-shadow: none;
    background: none;
}

@media (max-width: 1000px) {
    .article_new_content3 .article_new_content_right {
        display: none;
    }
}

.article_new_content3 .article_new_content_right .box_solution .t {
    padding: 0.9rem 0 0.85rem 0;
    text-align: center;
    font-size: 0.5rem;
}

.article_new_content3 .article_new_content_right .box_solution .t span {
    background: url(/images_2016/article/wz-icon.png) no-repeat 0rem 0rem;
    background-size: 30rem 30rem;
    width: 0.85rem;
    height: 0.75rem;
    display: inline-block;
}

.article_new_content3 .article_new_content_right .box_solution .box {
    padding: 0.9rem 10% 0.55rem 10%;
    background-color: #dbdcff;
    line-height: 0.6rem;
}

.article_new_content3 .article_new_content_right .box_solution .box .d {
    margin-bottom: 0.3rem;
}

.article_new_content3 .article_new_content_right .box_solution .box .bt {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 200ms;
}

.article_new_content3 .article_new_content_right .box_solution .box .bt a {
    color: #404040;
    border-bottom: 0.05rem solid #3f477e;
    text-decoration: none;
    display: inline-block;
    margin: 0 0.1rem;
}

.article_new_content3 .article_new_content_right .box_solution .box:hover .bt {
    opacity: 1;
    visibility: visible;
}

@keyframes article_new_content_right_arrow {
    16.65% {
        -webkit-transform: translateX(0.15rem);
        transform: translateX(0.15rem);
    }

    33.3% {
        -webkit-transform: translateX(-0.125rem);
        transform: translateX(-0.125rem);
    }

    49.95% {
        -webkit-transform: translateX(0.1rem);
        transform: translateX(0.1rem);
    }

    66.6% {
        -webkit-transform: translateX(-0.05rem);
        transform: translateX(-0.05rem);
    }

    83.25% {
        -webkit-transform: translateX(0.025rem);
        transform: translateX(0.025rem);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.article_new_content3 .article_new_content_right .box_solution .box .bt2 {
    text-align: center;
    transition: 200ms;
}

.article_new_content3 .article_new_content_right .box_solution .box .bt2 a {
    color: #404040;
    text-decoration: none;
    display: inline-block;
    margin: 0 0.1rem;
    color: #4d50a1;
}

.article_new_content3
.article_new_content_right
.box_solution
.box
.bt2
a:hover,
.article_new_content3
.article_new_content_right
.box_solution
.box
.bt2
a.current {
    font-weight: bold;
}

.article_new_content3
.article_new_content_right
.box_solution
.box
.bt2
a:hover:after,
.article_new_content3
.article_new_content_right
.box_solution
.box
.bt2
a.current:after {
    font-weight: normal;
    animation: article_new_content_right_arrow 0.5s ease-out 0.2ms;
}

.article_new_content3
.article_new_content_right
.box_solution
.box
.bt2
a:after {
    content: "\e6ae";
    font-size: 0.45rem;
}

.article_new_content3 .article_new_content_right .box_ask .t {
    padding: 0.9rem 0 0.75rem 0;
    text-align: center;
    font-size: 0.5rem;
}

.article_new_content3 .article_new_content_right .box_ask .t span {
    background: url(/images_2016/article/wz-icon.png) no-repeat -1.9rem 0rem;
    background-size: 30rem 30rem;
    width: 0.85rem;
    height: 0.75rem;
    display: inline-block;
}

.article_new_content3 .article_new_content_right .box_ask .list {
    position: relative;
    overflow: hidden;
}

.article_new_content3 .article_new_content_right .box_ask .list ul {
    position: relative;
    overflow: hidden;
}

.article_new_content3 .article_new_content_right .box_ask .list ul li a {
    display: block;
    color: #404040;
    padding: 1rem 0.9rem 0 0.85rem;
    border-left: 0.125rem solid transparent;
    line-height: 0.65rem;
    text-decoration: none;
}

.article_new_content3
.article_new_content_right
.box_ask
.list
ul
li
a.current {
    background-color: #e8ebff;
    border-left-color: #b6bdee;
}

.article_new_content3
.article_new_content_right
.box_ask
.list
ul
li
a.current
span
font {
    color: #4d50a1;
    border-bottom-color: #4d50a1;
}

.article_new_content3 .article_new_content_right .box_ask .list ul li a:hover {
    background-color: #dbdcff;
}

.article_new_content3 .article_new_content_right .box_ask .list ul li a span {
    border-bottom: 0.025rem dashed #ebebeb;
    display: block;
    padding-bottom: 1rem;
}

.article_new_content3
.article_new_content_right
.box_ask
.list
ul
li
a
span
font {
    display: inline-block;
    border-bottom: 0.025rem dashed transparent;
}

.article_new_content3
.article_new_content_right
.box_ask
.list
ul
li
a:last-child
span {
    border-bottom-color: transparent;
}

.article_new_content3 .article_new_content_right .box_ask .button {
    text-align: center;
}

.article_new_content3 .article_new_content_right .box_ask .button .arrow {
    background-color: #5464cf;
    border-radius: 50%;
    width: 1rem;
    height: 0.95rem;
    padding-top: 0.05rem;
    font-size: 0.9rem;
    line-height: 1rem;
    display: inline-block;
    color: #fff;
    margin: 0.3rem 0 -0.5rem 0;
    cursor: pointer;
}

.article_new_content3 .article_video_editor_content_p {
    max-width: 9.4rem;
    width: 22%;
    position: relative;
    position: absolute;
    right: 0;
    top: 3.425rem;
    min-height: 7.5rem;
}

@media (max-width: 1000px) {
    .article_new_content3 .article_video_editor_content_p {
        display: none;
    }
}

.article_new_content3 .article_video_editor_content_p .box_solution {
    *display: none;
}

.article_new_content3 .article_video_editor_content_p .box_solution .t {
    text-align: left;
    font-weight: normal;
    font-size: 0.4rem;
    color: #404040;
    position: relative;
    margin-bottom: 0.5rem;
}

.article_new_content3 .article_video_editor_content_p .box_solution .t:before {
    content: "";
    width: 0.875rem;
    height: 0.075rem;
    display: inline-block;
    background: #404040;
    position: absolute;
    left: 0;
    bottom: -0.125rem;
}

.article_new_content3 .article_video_editor_content_p .box_solution.current {
    position: fixed;
    top: 20px;
    display: block;
}

.article_new_content3 .article_video_editor_content_p .box_solution .list li {
    color: #a9a9a9;
    font-size: 0.35rem;
    line-height: 0.7rem;
}

.article_new_content3
.article_video_editor_content_p
.box_solution
.list
li:hover,
.article_new_content3
.article_video_editor_content_p
.box_solution
.list
li.current {
    color: #232323;
    text-decoration: none;
}

.article_new_content3
.article_video_editor_content_p
.box_solution.gray
.list
li:hover,
.article_new_content3
.article_video_editor_content_p
.box_solution.gray
.list
li.current {
    color: #a9a9a9;
    text-decoration: none;
}

.box_solution2 {
    background-color: #fff;
    padding: 0.5rem 0.4rem 0.45rem 0.4rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.box_solution2 .iconfont {
    font-size: 0.85rem;
    line-height: 1rem;
    color: #3697f8;
    margin-bottom: 0.25rem;
}

.box_solution2 .t {
    font-size: 0.4rem;
    margin-bottom: 0.35rem;
}

.box_solution2 .d {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
}

.box_solution2 .icon {
    background: url(/images_2016/article/article_new4/icons.png) -15.6rem -5.1rem no-repeat;
    background-size: 30rem 30rem;
    width: 4.025rem;
    height: 1.3rem;
    margin: 0 auto 0.5rem auto;
}

.box_solution2 .bt a {
    display: inline-block;
    line-height: 0.5rem;
    font-size: 0.35rem;
    margin: 0 2.5%;
    min-width: 2rem;
    padding: 0 0.1rem;
    line-height: 0.85rem;
    color: #2f2f2f;
    border: 0.025rem solid #cbcbcb;
}

.box_solution2 .bt a:hover {
    text-decoration: none;
    color: #3a90fe;
    border-color: #3a90fe;
}

.box_solution2 .bt a:after {
    content: "\e6ae";
    margin: 0 -0.125rem 0 0;
    font-size: 0.45rem;
}

.box_solution2 .bt a.down:after {
    content: "\e655";
    font-size: 0.3rem;
    margin: 0 0.05rem 0 0.125rem;
}

.box_ask2 {
    padding: 0.45rem 0;
    background-color: #fff;
}

.box_ask2 .t {
    font-size: 0.4rem;
    padding: 0 0.4rem;
    margin-bottom: 0.35rem;
    text-align: center;
}

.box_ask2 a {
    display: block;
    position: relative;
    padding: 0.75rem 0.5rem 0.75rem 3rem;
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: #232323;
}

.box_ask2 a:hover {
    color: #0087ff;
    text-decoration: none;
}

.box_ask2 a .icon {
    background: url(/images_2016/article/article_new4/icons.png) no-repeat;
    background-size: 30rem 30rem;
    width: 1.875rem;
    height: 1.75rem;
    display: inline-block;
    position: absolute;
    left: 0.4rem;
    top: 50%;
    margin-top: -0.875rem;
}

.box_ask2 a .icon.no1 {
    background-position: -1.375rem -1.8rem;
}

.box_ask2 a .icon.no2 {
    background-position: -4.775rem -1.8rem;
}

.box_ask2 a .icon.no3 {
    background-position: -8.075rem -1.8rem;
}

.box_ask2 a .icon.no4 {
    background-position: -11.475rem -1.8rem;
}

.box_ask2 a .icon.no5 {
    background-position: -14.775rem -1.8rem;
}

.box_ask2 a .icon.no6 {
    background-position: -18.125rem -1.8rem;
}

.box_ask2 a .icon.no7 {
    background-position: -21.45rem -1.675rem;
}

.box_ask2 a .icon.no8 {
    background-position: -24.75rem -1.8rem;
}

.box_ask2 a .icon.no9 {
    background-position: -23px -373px;
}

.box_ask2 a .icon.no10 {
    background-position: -121px -373px;
}

.box_ask2 a .icon.no11 {
    background-position: -222px -373px;
}

.box_ask2 a .icon.no12 {
    background-position: -327px -373px;
}

.box_ask2 a .icon.no13 {
    background-position: -422px -373px;
}

.box_ask2 a .icon.no14 {
    background-position: -524px -373px;
}

.box_ask2 a .icon.no15 {
    background-position: -623px -373px;
}

.box_ask2 a .icon.no16 {
    background-position: -721px -373px;
}

.box_ask2 .tb a .icon.no1 {
    background-position: -15px -515px;
}

.box_ask2 .tb a .icon.no2 {
    background-position: -125px -515px;
}

.box_ask2 .tb a .icon.no3 {
    background-position: -236px -515px;
}

.box_ask2 .tb a .icon.no4 {
    background-position: -340px -515px;
}

.box_ask2 .tb a .icon.no5 {
    background-position: -443px -515px;
}

.box_ask2 .tb a .icon.no6 {
    background-position: -556px -515px;
}

.box_ask2 .tb a .icon.no7 {
    background-position: -664px -515px;
}

.box_ask2 .tb a .icon.no8 {
    background-position: -768px -515px;
}

.box_ask2 .epm a .icon.no1 {
    background-position: -19px -647px;
}

.box_ask2 .epm a .icon.no2 {
    background-position: -120px -647px;
}

.box_ask2 .epm a .icon.no3 {
    background-position: -220px -647px;
}

.box_ask2 .epm a .icon.no4 {
    background-position: -325px -647px;
}

.box_ask2 .epm a .icon.no5 {
    background-position: -429px -647px;
}

.box_ask2 .epm a .icon.no6 {
    background-position: -542px -647px;
}

.box_ask2 .epm a .icon.no7 {
    background-position: -662px -647px;
}

.box_ask2 .epm a .icon.no8 {
    background-position: -775px -647px;
}

.box_ask2 .button {
    padding: 0.75rem 0.5rem 0 0.5rem;
}

.box_ask2 .button .arrow {
    color: #66a9ff;
    font-size: 0.35rem;
    cursor: pointer;
}

.box_ask2 .button .arrow:after {
    content: "";
    background: url(/images_2016/article/article_new4/icons.png) no-repeat -1.3rem -7.375rem;
    background-size: 30rem 30rem;
    width: 0.25rem;
    height: 0.5rem;
    transform: rotate(90deg);
    margin-left: 0.25rem;
}

.box_ask2 .button .arrow.current:after {
    transform: rotate(-90deg);
}

.resource_banner_video_editor {
    background: url(/images_2016/article/video/ml-bg.jpg) center top no-repeat;
    color: #fff;
    min-height: 5.475rem;
    text-align: center;
    background-size: cover;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
}

.resource_banner_video_editor .title {
    font-size: 0.85rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    padding-top: 0.75rem;
}

.resource_banner_video_editor .des {
    margin-bottom: 0.5rem;
}

.video_editor_button_box {
    margin: 0.8rem 0 1.05rem 0;
}

.button_video_editor {
    width: 260px;
    height: 64px;
    background: linear-gradient(45deg, #06f 0%, #2e92ff 100%);
    box-shadow: 0rem 0.275rem 0.275rem rgba(0, 0, 0, 0.15);
    opacity: 1;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
}

.singe-page a.button_video_editor span {
    font-size: 20px;
    line-height: 1;
    padding-top: 12px;
}

.singe-page a.button_video_editor font {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
}

.button_video_editor span {
    color: #fff;
    line-height: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-top: 0.15rem;
}

.button_video_editor font {
    display: block;
    font-size: 0.35rem;
    line-height: 0.4rem;
    font-weight: normal;
}

.button_video_editor.width240 {
    width: 6rem;
}

.button_video_editor:hover {
    background-image: linear-gradient(90deg, #0054ff, #237fff);
    text-decoration: none;
    background-color: #0054ff;
    color: #fff;
}

.article_video_editor_banner {
    background: url(/images_2016/article/video/banner-bg.jpg) center top no-repeat;
    min-height: 12.5rem;
    background-size: cover;
    margin-bottom: 2rem;
}

.article_video_editor_banner .box {
    width: 45%;
    float: left;
    color: #fff;
    padding-top: 2.15rem;
    margin-right: 3%;
}

.article_video_editor_banner .title {
    font-size: 0.75rem;
    line-height: 0.85rem;
    font-weight: bold;
    margin-bottom: 0.575rem;
}

.article_video_editor_banner .des {
    font-size: 0.45rem;
    line-height: 0.7rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.article_video_editor_banner .img {
    padding-top: 1rem;
    width: 46%;
    float: right;
}

.article_video_editor_banner .button {
    margin-top: 1rem;
}

.article_video_editor_banner ul {
    font-size: 0.4rem;
}

.article_video_editor_banner ul li {
    line-height: 0.7rem;
    padding-left: 0.45rem;
    position: relative;
}

.article_video_editor_banner ul li:before {
    content: "";
    width: 0.075rem;
    height: 0.075rem;
    border-radius: 0.075rem;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.375rem;
}

@media (max-width: 1440px) {
    .article_video_editor_banner .img img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1000px) {
    .article_video_editor_banner .box {
        width: 100%;
        float: none;
    }

    .article_video_editor_banner .img {
        width: 100%;
        float: none;
    }

    .article_video_editor_banner .img img {
        max-width: 100%;
    }
}

.article_video_editor_banner_b {
    background: url(/images_2016/article/video/down-bg.jpg) center top no-repeat;
    background-size: 100% 16.2rem;
    min-height: 16.2rem;
}

.article_video_editor_banner_b .title {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 0.75rem;
    color: #fff;
    text-align: center;
    padding-top: 2.375rem;
    margin-bottom: 1.625rem;
}

.article_video_editor_banner_b .box {
    float: left;
    width: 31.6%;
    max-width: 9.5rem;
    padding: 0rem 0% 0.125rem 0%;
    margin-right: 2.5%;
    text-align: center;
    border-radius: 0.25rem;
    position: relative;
    background-color: #fff;
}

.article_video_editor_banner_b .box.last {
    margin-right: 0;
    float: right;
}

.article_video_editor_banner_b .box .img {
    border-radius: 0.25rem 0.25rem 0 0;
    height: 6.2rem;
    overflow: hidden;
}

.article_video_editor_banner_b .box .img img {
    border-radius: 0.25rem 0.25rem 0 0;
    min-height: 100%;
    width: 100%;
}

.article_video_editor_banner_b .box .word {
    position: relative;
    padding: 0.575rem 0.45rem 0.55rem 0.45rem;
    text-align: left;
    z-index: 88;
    text-align: center;
}

.article_video_editor_banner_b .box .word:hover .d a {
    color: #0087ff;
    text-decoration: none;
}

.article_video_editor_banner_b .box .word:hover .iconfont {
    color: #0087ff;
}

.article_video_editor_banner_b .box .iconfont {
    position: absolute;
    bottom: 0.05rem;
    right: 0rem;
    color: #4f4f4f;
    font-size: 0.8rem;
}

.article_video_editor_banner_b .box .d a {
    font-size: 0.4rem;
    line-height: 0.7rem;
    font-weight: 400;
    color: #4f4f4f;
    cursor: pointer;
}

@media (max-width: 1550px) {
    .sub-banner .txt {
        left: 5%;
        margin-left: 0%;
    }
}

@media (max-width: 768px) {
    .article_video_editor_banner_b {
        min-height: inherit;
        background-size: cover;
        padding-bottom: 1.5rem;
    }

    .article_video_editor_banner_b .box {
        width: auto !important;
        display: block;
        float: none !important;
        margin: 1rem auto !important;
    }
}

.resource_article2 {
    padding: 0;
    background-color: #f9f9f9;
}

.resource_article2 .title {
    font-size: 1rem;
    line-height: 1.15rem;
    text-align: center;
    padding-bottom: 1rem;
    background-color: #f9f9f9;
}

.resource_article2 .t_des {
    margin-bottom: 96px;
    text-align: center;
}

.resource_article2 .tab_list {
    text-align: center;
    border-bottom: 0.025rem solid #ced7fb;
}

.resource_article2 .tab_list li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #ced7fb;
    font-size: 0.45rem;
    line-height: 1.25rem;
    padding: 0 0.625rem;
    border-radius: 0.125rem 0.125rem 0 0;
    margin: 0 0.175rem;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .resource_article2 .tab_list li {
        max-width: 18%;
        line-height: 0.4rem;
        padding: 0.3rem 0.25rem;
        margin: 0 0.05rem;
    }
}

@media (max-width: 580px) {
    .resource_article2 .tab_list li {
        padding: 0.125rem 1%;
        margin: 0 0.025rem;
    }
}

.resource_article2 .tab_list li.current {
    background-color: #5d6cf6;
    color: #fff;
    position: relative;
}

.resource_article2 .tab_list li.current:after {
    content: "";
    border-top-width: 0.15rem;
    border-right-width: 0.2rem;
    border-bottom-width: 0.2rem;
    border-left-width: 0.2rem;
    border-style: solid;
    border-color: transparent;
    border-top-color: #5d6cf6;
    position: absolute;
    bottom: -0.35rem;
    left: 50%;
    margin-left: -0.2rem;
    width: 0rem;
    height: 0rem;
    overflow: hidden;
}

.resource_article2 .content {
    background-color: #fff;
    padding: 1rem 0 0.75rem 0;
}

.resource_article2 .tab_com dl {
    border-bottom: 0.025rem dashed #ced7fb;
    padding: 0.75rem 0 0.65rem 0;
}

.resource_article2 .tab_com dl dt {
    font-size: 0.6rem;
    line-height: 0.7rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.resource_article2 .tab_com dl dt a {
    color: #2f2f2f;
    text-decoration: none;
}

.resource_article2 .tab_com dl dt a:hover {
    border-bottom: 0.025rem solid #2f2f2f;
}

.resource_article2 .tab_com dl dd {
    color: #747e8b;
}

.resource_article2 .tab_com dl dd .des {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.375rem;
}

.resource_article2 .tab_com dl dd .time {
    font-size: 0.35rem;
}

.resource_article2 .button {
    text-align: center;
    padding: 1.375rem 0;
}

.resource_article2 .button.hidden {
    display: none;
}

.resource_article2 .button span,
.resource_article2 .button font {
    display: inline-block;
    background: #f2f2f2;
    min-width: 0.45rem;
    line-height: 0.7rem;
    margin: 0 0.025rem;
    cursor: pointer;
    font-size: 0.4rem;
    padding: 0 0.125rem;
    border-radius: 0.125rem;
}

.resource_article2 .button span.current {
    color: #fff;
    background-color: #5d6cf6;
}

.resource_article2 .button span.hidden {
    display: none;
}

.resource_article2.no2 {
    font-weight: 400;
    background: none;
    padding-top: 100px;
}

.resource_article2.no2 .title {
    background: none;
}

.resource_article2.no2 .content {
    padding: 20px 0 0.75rem 0;
}

.resource_article2.no2 .tab_list li {
    background-color: #ced7fb;
}

.resource_article2.no2 .tab_list li.current {
    background-color: #1c2479;
}

.resource_article2.no2 .tab_list li.current:after {
    border-top-color: #1c2479;
}

.resource_article2.no2 .tab_com dl {
    padding: 0.5rem 0 5px 0;
}

.resource_article2.no2 .tab_com dl dt {
    margin-bottom: 3px;
}

.resource_article2.no2 .tab_com dl dt a {
    font-size: 18px;
    line-height: 30px;
}

.resource_article2.no2 .tab_com dl dd {
    font-weight: 300;
}

.resource_article2.no2 .tab_com dl dd .des {
    font-size: 14px;
}

.resource_article2 .button span.current {
    background-color: #1c2479;
}

.author_index_banner {
    background: #f9f9f9 url(/author/images/banner.jpg) center top no-repeat;
    color: #fff;
    text-align: center;
    min-height: 11.875rem;
}

.author_index_banner .title {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.75rem;
    padding-top: 3.45rem;
}

.author_index_banner .des {
    font-size: 0.55rem;
    line-height: 0.75rem;
}

@media (max-width: 1000px) {
    .author_index_banner {
        min-height: auto;
        padding: 2rem 0;
    }

    .author_index_banner .title {
        padding-top: 0;
    }
}

.author_content {
    padding: 2.5rem 0 1.5rem 0;
}

.author_content .max_box {
    max-width: 35rem;
    margin: 0 auto;
}

.author_content .author_infor {
    width: 56%;
    float: left;
}

.author_content .author_infor .big_box {
    border-bottom: 0.025rem dashed #a786fa;
    padding: 1rem 0;
}

.author_content .author_infor .big_box .left {
    width: 24%;
    float: left;
    text-align: center;
}

.author_content .author_infor .big_box .right {
    width: 75%;
    float: right;
    color: #2f2f2f;
}

.author_content .author_infor .big_box .right .read {
    font-size: 0.4rem;
    color: #a786fa;
}

.author_content .author_infor .big_box .name {
    font-size: 0.45rem;
    font-weight: bold;
    margin-top: 0.375rem;
}

.author_content .author_infor .big_box .name.male {
    font-size: 0.4rem;
}

.author_content .author_infor .big_box .iconfont {
    font-size: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.45rem;
    border: 0.025rem solid #a786fa;
    border-radius: 50%;
    font-weight: normal;
    color: #a786fa;
    text-decoration: none;
    text-align: center;
    margin-left: 0.075rem;
}

.author_content .author_infor .big_box:last-child {
    border-bottom: none;
}

.author_content .author_infor .big_box:first-child {
    padding-top: 0;
}

.author_content .author_article {
    width: 36%;
    float: right;
}

.author_content .author_article .box_fixed.current {
    position: fixed;
    top: 0;
    border: 0.025rem solid #cdcdcd;
    box-shadow: 0.025rem 0.025rem 0.2rem 0.025rem #cdcdcd;
}

.author_content .author_article .box_fixed.fixed {
    position: absolute;
    bottom: 0;
    top: auto;
    border: 0.025rem solid #cdcdcd;
    box-shadow: 0.025rem 0.025rem 0.2rem 0.025rem #cdcdcd;
}

.author_content .author_article .list {
    margin: 0 0.375rem;
}

.author_content .author_article .list li {
    min-height: 1.875rem;
    border-bottom: 0.025rem solid #cdcdcd;
    position: relative;
    cursor: pointer;
}

.author_content .author_article .list li .iconfont {
    position: absolute;
    top: 0.7rem;
    left: 0.25rem;
    font-size: 0.75rem;
    color: #757575;
}

.author_content .author_article .list li p {
    padding-top: 0.325rem;
    margin-left: 1.5rem;
}

.author_content .author_article .list li p a {
    color: #2f2f2f;
    font-size: 0.45rem;
}

.author_content .author_article .list li p.one {
    padding-top: 0.6rem;
}

.author_content .author_article .list li:hover .iconfont {
    color: #0087ff;
}

.author_content .author_article .list li:hover p a {
    color: #0087ff;
    text-decoration: none;
}

.author_content .author_article .list li:last-child {
    border-bottom: none;
}

.author_content .author_article .title_box {
    text-align: center;
    background: #f5f1ff;
    padding: 0.5rem 0;
    transition: all 400ms;
    cursor: pointer;
}

.author_content .author_article .title_box h3 a {
    font-size: 0.7rem;
    line-height: 0.75rem;
    color: #2f2f2f;
}

.author_content .author_article .title_box:hover {
    background: #916bf9;
}

.author_content .author_article .title_box:hover h3 a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .author_content .author_infor,
    .author_content .author_article {
        width: 100%;
        float: none;
    }
}

.article_content_word .box_infor {
    border: 6px solid #e3e3e3;
    padding: 30px 0 20px 2%;
    background: url(/images_2016/article/artical-imfor-icon.png) no-repeat center top;
    margin-bottom: 20px;
}

.article_content_word .box_infor ul {
    float: left;
    width: 24%;
    padding-right: 1%;
    vertical-align: top;
    margin: 0;
}

.article_content_word .box_infor ul li {
    font-size: 14px;
}

.article_content_word .icon {
    font-size: 14px;
    color: #2f2f2f;
}

.article_content_word .icon.blue {
    color: #0488c8;
}

.article_content_word .icon.size_16 {
    font-size: 16px;
}

.article_content_word .icon.size_18 {
    font-size: 18px;
}

.article_content_word .icon.size_20 {
    font-size: 20px;
}

.article_content_word .icon.size_22 {
    font-size: 22px;
}

.article_content_word .icon.size_24 {
    font-size: 24px;
}

.new_content_20210622 {
    padding: 20px 0 40px 0;
}

.new_content_20210622 .main-left {
    width: 75%;
    float: left;
}

.new_content_20210622 .list {
    padding-bottom: 20px;
}

.new_content_20210622 .list li {
    float: left;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    padding: 5px;
}

.new_content_20210622 .list li a {
    color: #666;
    position: relative;
    display: block;
    text-align: left;
    height: 26px;
    line-height: 26px;
}

.new_content_20210622 .list li:hover a {
    color: #ff5353;
    text-decoration: none;
}

.new_content_20210622 .main-right {
    width: 23%;
    float: right;
}

.new_content_20210622 .main-right .konw-box {
    border: 1px solid #e6e6e6;
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

.new_content_20210622 .main-right .konw-box .left-title {
    font-size: 19px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.new_content_20210622 .main-right .konw-box .hot-title a {
    padding: 8px;
    background: #ededed;
    display: inline-block;
    margin: 2px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.new_content_20210622 .main-right .konw-box .hot-title a:hover {
    color: #ff5353;
    text-decoration: none;
}

.new_content_part_20210622 {
    padding: 20px 0 40px 0;
}

.new_content_part_20210622 .cl {
    zoom: 1;
}

.new_content_part_20210622 .left-box {
    float: left;
    width: 67%;
}

.new_content_part_20210622 .left-box .art-title {
    margin: 10px;
    margin-top: 0;
}

.new_content_part_20210622 .left-box .art-title h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}

.new_content_part_20210622 .left-box .art-list {
    background: #fff;
    padding: 0 20px;
    border: 1px #eee solid;
}

.new_content_part_20210622 .left-box .art-list ul {
    float: none;
}

.new_content_part_20210622 .left-box .art-list ul li {
    padding: 20px 0 22px;
    border-bottom: 1px solid #ededed;
    width: 100%;
}

.new_content_part_20210622 .left-box .art-list ul li .link-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 24px;
    display: block;
    color: #444;
}

.new_content_part_20210622 .left-box .art-list ul li .link-name:hover {
    text-decoration: none;
    color: #3eaf2c;
}

.new_content_part_20210622 .left-box .art-list ul li .link-ico {
    float: left;
    width: 240px;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
}

.new_content_part_20210622 .left-box .art-list ul li .link-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100% !important;
    height: auto !important;
}

.new_content_part_20210622 .left-box .art-list ul li .inf {
    padding-left: 265px;
    height: 150px;
    padding-right: 10px;
}

.new_content_part_20210622 .left-box .art-list ul li .txt {
    line-height: 30px;
    color: #666;
    height: 84px;
    overflow: hidden;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.new_content_part_20210622 .left-box .art-list ul li .time {
    color: #999;
    padding-top: 40px;
    height: 20px;
}

.new_content_part_20210622 .left-box .art-list ul li .time span {
    float: left;
    line-height: 20px;
    height: 20px;
    background-position: 0px -43px;
    padding-left: 22px;
    background-image: url(/images_2016/new-ico.png);
    background-repeat: no-repeat;
}

.new_content_part_20210622 .left-box .art-list .button_padding {
    padding: 40px 0;
}

.new_content_part_20210622 .right-box {
    float: right;
    width: 31%;
}

.new_content_part_20210622 .right-box .box {
    background: #fff;
    padding: 15px;
    border: 1px #eee solid;
    margin-bottom: 20px;
}

.new_content_part_20210622 .right-box .part-cont-tit {
    height: 38px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 5px;
}

.new_content_part_20210622 .right-box .part-cont-tit .title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #3eaf2c;
    padding: 0 0px;
    float: left;
    line-height: 28px;
    padding-bottom: 10px;
}

.new_content_part_20210622 .right-box .r-list {
    width: 100%;
    overflow: hidden;
}

.new_content_part_20210622 .right-box .r-list li {
    padding: 14px 0 13px;
    border-bottom: 1px dashed #e4e4e4;
    display: block;
    overflow: hidden;
    width: 100%;
}

.new_content_part_20210622 .right-box .r-list em {
    float: left;
    width: 22px;
    height: 22px;
    font-family: arial;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    background: #c7c7c7;
    border-radius: 2px;
}

.new_content_part_20210622 .right-box .r-list em.nb1 {
    background: #ff6b66;
}

.new_content_part_20210622 .right-box .r-list .link-name {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    *display: inline;
    *zoom: 1;
    width: 85%;
    color: #333;
}

.article_button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding-right: 10px;
    min-width: 190px;
    vertical-align: top;
}

.article_button.hidden {
    display: none;
}

.article_button:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    color: #fff;
}

.article_button .icon {
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat 10px -130px;
    display: block;
    float: left;
    width: 53px;
    height: 56px;
}

.article_button.mac .icon {
    background-position: -43px -127px;
}

.article_button .word {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px 0 16px;
}

.article_button .word font {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.article_button .off_20 {
    background: url(/images_2016/article/icon-article-btn-offer.png) no-repeat;
    width: 53px;
    height: 49px;
    float: left;
    display: inline-block;
    position: relative;
    top: -3px;
}

.article_button.mac_un {
    background: none;
    color: #0087ff;
    border: 1px solid #0087ff;
}

.article_button.mac_un .word {
    padding: 5px 10px 0 16px;
}

.article_button.mac_un .icon {
    background-position: -203px -127px;
    height: 54px;
}

.article_button.mac_un:hover {
    background: #0087ff;
    color: #fff;
}

.article_button.mac_un:hover .icon {
    background-position: -39px -128px;
}

.article_button.small {
    min-width: 162px;
}

.article_button.small .icon {
    height: 50px;
}

.article_button.small .word {
    padding-top: 5px;
}

.article_button.green {
    background-color: #3fb42f;
}

.article_button.green .icon {
    background-color: #2fa61f;
}

.article_button.green3 {
    background-color: #85c754;
}

.article_button.green3 .icon {
    background-color: #85c754;
    border-right: 1px solid #6ab13a;
}

.article_button.orange {
    background-color: #f38a01;
}

.article_button.orange .icon {
    background-color: #f37901;
}

.article_button.blue {
    background-color: #0087ff;
}

.article_button.blue .icon {
    background-color: #0082f6;
}

.article_button.red {
    background-color: #f86538;
}

.article_button.red .icon {
    background-color: #f6572e;
}

.article_button.blue2 {
    background-color: #0087ff;
}

.article_button.blue2 .icon {
    background-color: #0082f6;
}

.article_button.blue3 {
    background-color: #32a5e7;
}

.article_button.blue3 .icon {
    background-color: #32a5e7;
    border-right: 1px solid #228fdd;
}

.button_box .miaoshu {
    margin: 10px 0;
}

.button_box .miaoshu span {
    font-size: 14px;
    background: url(/images_2016/article/button_box_2.png) no-repeat left center;
    padding: 5px 0 5px 28px;
    margin-right: 20px;
}

.button_box .miaoshu span.hfl {
    background-image: url(/images_2016/article/button_box_5.png);
}

.button_box .miaoshu span.step3 {
    background-image: url(/images_2016/article/button_box_6.png);
}

.button_box .miaoshu span.epm {
    background-image: url(/images_2016/article/button_box_3.png);
}

.button_box .miaoshu span.backup {
    background-image: url(/images_2016/article/button_box_7.png);
}

.button_box .miaoshu span.clone {
    background-image: url(/images_2016/article/button_box_8.png);
}

.button_box .miaoshu.gray {
    margin-top: 20px;
}

.button_box .miaoshu.gray span.hfl {
    background-image: url(/images_2016/article/button_box_9.png);
}

.button_box .miaoshu.gray span.step3 {
    background-image: url(/images_2016/article/button_box_10.png);
}

.button_box_6 {
    display: block;
    margin: 10px 0;
}

.button_box_6 .box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 20px;
}

.button_box_6 a {
    display: inline-block;
    line-height: 44px;
    font-weight: bold;
    border: 2px solid #0087ff;
    border-radius: 5px;
    padding-right: 10px;
    min-width: 180px;
}

.button_box_6 a .icon {
    display: inline-block;
    width: 54px;
    position: relative;
}

.button_box_6 a .icon::after {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    background: url(../images/zc_icon.png) no-repeat;
    content: "";
}

.button_box_6 a:hover,
.button_box_6 .box:hover a {
    text-decoration: none;
    background-color: #0087ff;
    color: #fff;
    opacity: 0.95;
}

.button_box_6 .box:hover a.win .icon {
    background-position: 14px -135px;
}

.button_box_6 a.win.blue {
    background-color: #0087ff;
    color: #fff;
}

.button_box_6 a.win.blue .icon {
    background-position: 14px -135px;
}

.button_box_6 a.win .icon::after {
    background-position: 0px -80px;
}

.button_box_6 a.win:hover .icon::after {
    background-position: -40px -80px;
}

.button_box_6 a.win.blue:hover .icon::after {
    background-position: 0px -80px;
}

.button_box_6 a.mac .icon::after {
    background-position: -40px 0px;
}

.button_box_6 a.mac:hover .icon::after {
    background-position: 0px 0px;
}

.button_box_6 a.mac.blue {
    background-color: #0087ff;
    color: #fff;
}

.button_box_6 a.mac.blue .icon,
.button_box_6 .box:hover a.mac .icon {
    background-position: -44px -131px;
}

.button_box_6 .box:hover a.mac {
    opacity: 0.95;
}

.button_box_6 .article_button_6_text {
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin: 12px 0 0 0;
    line-height: 20px;
}

.button_box_6 .article_button_6_text .iconfont {
    font-size: 22px;
}

.button_box_6 .box:hover .article_button_6_text {
    color: #0087ff;
}

.button_box_5 {
    display: block;
    vertical-align: top;
    margin: 10px 0;
}

.button_box_5 .box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 25px;
}

.article_button_5 {
    border: 2px solid #0087ff;
    background: #0087ff;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    transition: 200ms;
}

.article_button_5.bor {
    background-color: transparent;
    color: #0087ff;
}

.article_button_5.radius {
    border-radius: 5px;
}

.article_button_5:hover {
    transform: scale(1.06);
    box-shadow: 0 0 0 8px #eee;
}

.article_button_5 .word {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    width: 180px;
}

.article_button_5 .word font {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.article_button_5 .iconfont {
    display: inline-block;
    line-height: 48px;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    font-size: 28px;
    padding: 4px 0 0 0px;
}

.article_button_5 .iconfont.mac {
    font-size: 24px;
}

.button_box_5 .article_button_5_text {
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin: 12px 0 0 0;
}

.button_box_5 .article_button_5_text .iconfont {
    font-size: 22px;
}

.google_button {
    background: url(/images_2016/article/google-pay-button-m.png) no-repeat;
    width: 5rem;
    height: 1.4rem;
    display: inline-block;
    background-size: cover;
    transition: 400ms;
}

.google_button:hover {
    background-image: url(/images_2016/article/google-pay-button-h.png);
    text-decoration: none;
}

.article_button_2 {
    background: #008cff;
    padding: 7px 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    text-align: center;
}

.article_button_2:hover {
    background: #0082f6;
    text-decoration: none;
    color: #fff;
}

.article_button_2.bg_none {
    background: #fff;
    border: 2px solid #058aff;
    color: #058aff;
    padding: 11px 25px;
}

.article_button_2.bg_none:hover {
    color: #fff;
    background: #058aff;
}

.article_button_2 .win,
.article_button_2 .mac,
.article_button_2 .down {
    display: inline-block;
    width: 29px;
    height: 34px;
    padding-right: 15px;
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat 3px -140px;
    vertical-align: middle;
}

.article_button_2 .mac {
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat -55px -139px;
}

.article_button_2 .down {
    background: url("/images_2016/article/aritcle-download.png") no-repeat 0 5px;
    width: 20px;
}

.article_button_2.bg_none2 {
    background: #fff;
    border: 2px solid #058aff;
    color: #058aff;
    padding: 5px 20px 5px 10px;
    box-sizing: border-box;
}

.article_button_2.bg_none2 .mac {
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat -212px -137px;
    padding-right: 20px;
}

.article_button_2.bg_none2 .win {
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat -155px -139px;
    padding-right: 20px;
}

.article_button_2.bg_none2:hover {
    color: #fff;
    background: #058aff;
}

.article_button_2.bg_none2:hover .mac {
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat -49px -138px;
}

.article_button_2.bg_none2:hover .win {
    background: url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat 8px -139px;
}

.article_button_3 {
    display: inline-block;
    background: #008cff;
    color: #fff;
    padding: 8px 35px 0 65px;
    position: relative;
    height: 46px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
}

.article_button_3 font {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.article_button_3 span {
    display: block;
    background: #0082f6 url("https://images.easeus.com/images/en/ioc-btn.png") no-repeat 9px -130px;
    height: 54px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.article_button_3:hover {
    text-decoration: none;
    background: #058aff;
}

.article_button_box .article_button_2.bg_none {
    background: none;
}

.article_button_box .article_button_2.bg_none:hover {
    background: #008cff;
}

.button_box_epm2 {
    width: 220px;
}

.button_box_epm2 p {
    font-size: 14px !important;
    line-height: 21px !important;
}

.article_button_epm3 {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    min-width: 220px;
    background: #0087ff;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.article_button_epm3 font {
    background: url(/images_2016/article/download-icon.png) 10px 12px no-repeat;
    width: 50px;
    height: 38px;
    display: inline-block;
    float: right;
}

.button_box_epm2 p {
    margin-top: 10px;
    text-align: center;
}

.button_box_epm2 .icon {
    background: url(/images_2016/article/win-icon.png) 0 0 no-repeat;
    display: inline-block;
    width: 21px;
    height: 22px;
    margin-right: 8px;
}

.button_box_epm2:hover {
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.button_box_epm2:hover a {
    text-decoration: none;
}

.button_box_epm2:hover .icon {
    background: url(/images_2016/article/win-icon-focus.png) 0 0 no-repeat;
}

.article_button_epm3:hover {
    color: #fff;
}

.article_button_epm3 .word {
    font-size: 18px;
    font-weight: bold;
    float: left;
    padding-left: 36px;
}

.button_box_epm2 .blue.icon {
    background: url(/images_2016/article/secure-icon.png) 0 0 no-repeat;
}

.button_box_epm2:hover .icon.blue {
    background: url(/images_2016/article/secure-blue-icon-focus.png) 0 0 no-repeat;
}

.article_button_epm3.blue {
    background: #4b67a0;
}

.article_button_epm3.blue:hover {
    background: #5c78b4;
}

.button_box_epm2 .green.icon {
    background: url(/images_2016/article/secure-icon.png) 0 0 no-repeat;
}

.button_box_epm2:hover .icon.green {
    background: url(/images_2016/article/secure-green-icon-focus.png) 0 0 no-repeat;
}

.article_button_epm3.green {
    background: #3ead41;
}

.article_button_epm3.green:hover {
    background: #46c148;
}

.google_button {
    background: url(/images_2016/article/google-pay-button-m.png) no-repeat;
    width: 5rem;
    height: 1.4rem;
    display: inline-block;
    background-size: cover;
    transition: 400ms;
}

.google_button:hover {
    background-image: url(/images_2016/article/google-pay-button-h.png);
    text-decoration: none;
}

.button_box_4 {
    display: block;
    vertical-align: top;
    margin: 30px 0 20px 0;
}

.article_button_4 {
    background: #0087ff;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms;
}

.article_button_4 .word {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    width: 185px;
    text-align: center;
    transition: all 200ms;
}

.article_button_4 .word font {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.article_button_4 .icon_box {
    background-color: #75beff;
    display: inline-block;
    line-height: 56px;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    font-size: 34px;
    transform: skewX(-25deg);
    padding: 6px 18px 0 5px;
    margin-right: -18px;
    transition: all 200ms;
}

.article_button_4 .icon_box i {
    transform: skewX(25deg);
}

.article_button_4:hover {
    background: #0180f0;
    color: #fff;
}

.article_button_4:hover .icon_box {
    font-size: 38px;
}

.button_box_4 .article_button_4_text {
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-top: 5px;
    width: 250px;
}

.button_box_4 .article_button_4_text i {
    font-size: 18px;
}

.button_box_4:hover .article_button_4_text i {
    color: #0180f0;
}

.mb_2018_no3 {
    background-color: #f6f6f6;
    padding: 25px 25px;
    margin: 40px 0 30px 0;
}

.mb_2018_no3 dt {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.mb_2018_no3 dt .iconfont {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/edit_icon.png) no-repeat;
    background-size: cover;
}

.mb_2018_no3 dt .orange {
    color: #f37900;
}

.mb_2018_no3 dd {
    margin-left: 30px;
    font-size: 14px;
}

.submit-btn {
    width: 200px;
    height: auto;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
    background-color: #1d5dff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
}

.submit-btn:hover {
    border-radius: 50px;
}

.submit-btn.active {
    background-color: #ccc;
    cursor: no-drop;
}

.colse-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #fff;
    color: #1d5dff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.4s;
}

.colse-btn:hover {
    -webkit-transform: rotate(90deg);
}

.zz-list ul {
    display: flex;
}

.zz-list ul li {
    width: calc(100% / 3);
    position: relative;
    background: url(../images/zz-img1.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px;
    height: 400px;
    -webkit-transition: all 0.5s;
}

.zz-list ul li:hover {
    z-index: 10;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.zz-list ul li:nth-child(2) {
    background-image: url(../images/zz-img2.jpg);
}

.zz-list ul li:nth-child(3) {
    background-image: url(../images/zz-img3.jpg);
}

.zz-list ul li .img {
    width: 150px;
}

.zz-list ul li .name {
    width: calc(100% - 100px);
    height: auto;
    position: absolute;
    left: 50px;
    -webkit-transition: all 0.35s;
    bottom: 50px;
}

.zz-list ul li .name b {
    font-size: 24px;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
}

.zz-list ul li .name p {
    opacity: 0.7;
}

.zz-list ul li a {
    display: block;
    width: 145px;
    height: auto;
    line-height: 40px;
    background-color: #1d5dff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50px;
    bottom: 0px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: all 0.35s;
    opacity: 0;
}

.zz-list ul li:hover .name {
    bottom: 120px;
}

.zz-list ul li:hover a {
    bottom: 50px;
    opacity: 1;
}

.zz-list ul li a:hover {
    border-radius: 50px;
}

.contact-list {
    width: 500px;
    height: auto;
    position: relative;
}

.contact-list ul li {
    width: 100%;
    color: #ffffff;
    display: flex;
    margin-bottom: 10px;
}

.contact-list ul li p {
    display: block;
    width: 90px;
    height: auto;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-list ul li p::after {
    width: 25px;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    content: "";
    background-color: #ffffff;
}

.contact-list ul li b {
    font-family: din;
    line-height: 50px;
    font-size: 28px;
}

.contact-list ul {
    margin-bottom: 50px;
}

.aa-more {
    width: 200px;
    height: auto;
    line-height: 50px;
    display: flex;
    background-color: #fff;
    color: #195aff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.aa-more img {
    width: 34px;
    height: 34px;
}

.aa-more p {
    font-size: 14px;
}

.communicate {
    margin-bottom: 50px;
}

.communicate ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;;
}

.communicate ul li {
    width: 32%;
    height: auto;
    position: relative;
    padding: 40px 20px;
    background-color: #ffffff;
    margin-bottom: 16px;
}

.communicate ul li .icon {
    width: 80px;
    height: auto;
    margin: 0px auto;
}

.communicate ul li .name {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.communicate ul li .name p {
    opacity: 0.7;
    display: block;
    margin-top: 5px;
}

.communicate ul li .fuzhi {
    width: 100px;
    height: auto;
    margin: 0px auto;
    border: 1px solid #4277ff;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    color: #4277ff;
    font-size: 14px;
    cursor: pointer;
}

.communicate ul li .fuzhi:hover {
    background-color: #4277ff;
    color: #fff;
}

.faq-list ul li.active,
.faq-list ul li:hover {
    background-color: #4277ff;
    color: #ffffff;
}

.faq-list ul li {
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
}

.faq-list ul li .name {
    font-size: 16px;
    position: relative;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    line-height: 25px;
    cursor: pointer;
}

.faq-list ul li .name .title {
    width: calc(100% - 50px);
}

.faq-list ul li .name .icon {
    width: 25px;
    height: 25px;
    background-color: #4277ff;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}

.faq-list ul li .info {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: none;
    align-items: flex-start;
}

.faq-list ul li.active .info {
    display: flex;
}

.faq-list ul li .info .photo {
    width: 60px;
    height: auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.faq-list ul li .info .xinxi {
    width: calc(100% - 80px);
}

.faq-list ul li .info .xinxi .des {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}

.faq-list ul li .info .xinxi a {
    display: block;
    width: 140px;
    height: auto;
    line-height: 38px;
    text-align: center;
    border: 1px solid #1d5dff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

.faq-list ul li .info .xinxi a:hover {
    background-color: #fff;
    color: #1d5dff;
}

.faq-list ul li.active .info .xinxi a {
    border-color: #ffffff;
}

.faq-list ul li.active .name .icon {
    -webkit-transform: rotate(90deg);
    background: #fff;
    color: #4277ff;
}

.cipan-list.three ul li {
    width: 32%;
    height: auto;
    position: relative;
    display: block;
}

.cipan-list.three ul li:nth-child(even) {
    margin-right: 2%;
}

.cipan-list.three ul li:nth-child(3n) {
    margin-right: 0%;
}

.cipan-list.three ul li .thum {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.cipan-list.three ul li .thum img {
    display: block;
}

.cipan-list.three ul li .info {
    width: 100%;
}

.ts-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ts-list ul li {
    width: 30%;
    height: auto;
    position: relative;
    background-color: #fff;
    padding: 35px;
}

.ts-list ul li .icon {
    width: 70px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -35px;
}

.ts-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ts-list ul li .name {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.ts-list ul li .name b {
    font-size: 20px;
}

.ts-list ul li .name p {
    font-size: 14px;
    opacity: 0.7;
    display: block;
    margin-top: 10px;
}

.ts-list ul li a {
    display: block;
    width: 140px;
    height: auto;
    line-height: 40px;
    margin: 0px auto;
    background-color: #1d5dff;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
}

.qg-box {
    position: relative;
}

.ts-box {
    width: 45%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.contact-list.w {
    width: 100%;
}

.contact-list.w ul li {
    color: #3e3e3e;
}

.contact-list.w ul li p::after {
    background: #3e3e3e;
}

.map-cat {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
}

.map-cat ul li {
    display: flex;
    font-size: 14px;
}

.map-cat ul li .name {
    width: 130px;
    height: auto;
    position: relative;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px;
    font-weight: bold;
}

.map-cat ul li .li {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    line-height: 30px;
}

.map-cat ul li .name::after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0%;
    background: rgba(0, 0, 0, 0.05);
    content: "";
}

.map-cat ul li .li a {
    display: block;
    padding: 0px 10px;
    margin-right: 8px;
    border-radius: 5px;
}

.map-cat ul li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.map-cat ul li .li a:hover,
.map-cat ul li .li a.active {
    background-color: #195aff;
    color: #fff;
}

.normal-box {
    position: relative;
    background: #fff;
    margin-top: 30px;
    padding: 35px;
    border-radius: 10px;
}

.sim-title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 50px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.new-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.new-list a {
    width: 23.5%;
    display: block;
    margin-right: 2%;
    line-height: 40px;
}

.new-list a:nth-child(4n) {
    margin-right: 0%;
}

.ad-box img {
    max-width: none;
    width: 100%;
}

.detail-name {
    position: relative;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-name .n {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.detail-name .d {
    width: 100%;
    font-size: 14px;
    display: flex;
}

.detail-name .d .li {
    display: flex;
    margin-right: 25px;
    align-items: center;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.4);
}

.detail-name .d .li i {
    font-size: 18px;
    margin-right: 5px;
}

.bshare-box {
    width: 100%;
    position: relative;
    display: flex;
    margin: 50px 0px 20px;
}

.share-tips {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
}

.share-tips i {
    font-size: 20px;
    margin-right: 5px;
}

.prev-next {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.prev-next .p-box {
    width: 48%;
    padding: 15px 20px;
    font-size: 14px;
    height: auto;
    position: relative;
    display: flex;
    background-color: #ffffff;
    border-radius: 50px;
}

.prev-next .p-box .pt {
    width: 60px;
}

.prev-next .p-box a {
    display: block;
    width: calc(100% - 60px);
}

.focus-list.even {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.focus-list.even .a {
    width: 49%;
}

.join-list ul {
    display: flex;
    flex-wrap: wrap;
}

.join-list ul li {
    width: 23.5%;
    height: auto;
    position: relative;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
}

.join-list ul li:nth-child(4n) {
    margin-right: 0%;
}

.join-list ul li .name {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.join-list ul li .name::after {
    width: 30px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
    content: "";
    border-radius: 5px;
    background-color: #195aff;
}

.join-list ul li .price {
    width: 100%;
    font-family: din;
    padding: 10px 0px;
    color: #195aff;
    text-align: center;
    font-size: 16px;
}

.join-list ul li .price span {
    font-size: 48px;
    margin-right: 5px;
}

.join-list ul li .des {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.join-list ul li .more {
    width: 110px;
    height: auto;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #195aff;
    font-size: 14px;
    margin: 0px auto;
    color: #195aff;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    -webkit-transition: 0.4s;
}

.join-list ul li .more:hover,
.join-list.three li .beta .beta-box .beta-dw:hover {
    background-color: #195aff;
    color: #ffffff;
}

.join-list ul li .date {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    opacity: 0.5;
    display: block;
    cursor: pointer;
}

.join-list ul li .date:hover {
    opacity: 1;
}

.sub-title.s b {
    display: inline-block;
    line-height: 1.6;
    text-transform: uppercase;
}

.sub-title.s p {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
    margin-bottom: 10px;
}

.sub-title.s b::after {
    width: 215px;
}

.join-list.three {
    margin-top: 70px;
}

.join-list.three li {
    width: 30%;
    padding: 25px;
    margin-bottom: 80px;
    margin-right: 5%;
}

.join-list.three li:nth-child(4n) {
    margin-right: 5%;
}

.join-list.three li:nth-child(3n) {
    margin-right: 0%;
}

.join-list.three li .icon {
    width: 95px;
    height: auto;
    position: absolute;
    background: #fff;
    padding: 15px;
    left: 50%;
    margin-left: -47.5px;
    top: -47.5px;
    border-radius: 10px 10px 0px 0px;
}

.join-list.three li .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.join-list.three li .info {
    position: relative;
    width: auto;
    height: auto;
    line-height: 20px;
}

.join-list.three li .info p {
    position: relative;
    padding-left: 15px;
    top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
}

.join-list.three li .info p::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0%;
    top: 12px;
    background: #195aff;
    border-radius: 50%;
    content: "";
}

.screen_list {
    position: relative;
    padding: 35px 0px 50px;
}

.screen_list ul {
    display: flex;
    justify-content: space-between;
}

.screen_list ul li {
    width: 48%;
    position: relative;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    line-height: 2;
}

.screen_list ul li .icon {
    width: 60px;
    height: auto;
    position: relative;
}

.screen_list ul li .info {
    width: calc(100% - 70px);
    margin-left: 10px;
}

.screen_list ul li .info .name {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 15px;
}

.sys-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0px 25px;
}

.sys-nav a {
    display: block;
    padding: 10px 30px;
    height: auto;
    line-height: 30px;
    border: 1px solid #1d5dff;
    color: #1d5dff;
    border-radius: 5px;
    margin: 0px 10px;
    font-weight: bold;
    cursor: pointer;
}

.sys-nav a:hover,
.sys-nav a.active {
    background: #1d5dff;
    color: #ffffff;
}

.soft-list ul li {
    position: relative;
    padding: 50px 0px 0px;
    background: center center no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    align-items: center;
}

.soft-list ul li:nth-child(odd) {
    padding-left: 5%;
}

.soft-list ul li:nth-child(even) {
    padding-right: 5%;
    padding-bottom: 50px;
}

.soft-list ul li .xx-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    direction: rtl;
    align-items: center;
}

.soft-list ul li .xx-box .thum {
    width: 600px;
}

.soft-list ul li .xx-box .icon {
    width: 40px;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.soft-list ul li .xx-box .info {
    width: calc(100% - 600px);
    font-size: 14px;
    direction: initial;
    text-align: left;
}

.soft-list ul li .xx-box .info .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
}

.soft-list ul li .xx-box .info .des {
    width: 100%;
    height: auto;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 16px;
}

.soft-list ul li .xx-box .info .summay {
    position: relative;
    line-height: 25px;
    margin-bottom: 25px;
}

.soft-list ul li .xx-box .info .summay p {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.soft-list ul li .xx-box .info .summay p::after {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0%;
    top: 11px;
    content: "";
    background-color: #195aff;
    border-radius: 50%;
}

.soft-list .link {
    width: 100%;
    display: flex;
}

.soft-list .link a {
    display: block;
    width: auto;
    height: auto;
    line-height: 38px;
    border: 1px solid #195aff;
    color: #195aff;
    padding: 0px 15px;
    margin-right: 10px;
    border-radius: 5px;
}

.soft-list .link a:hover {
    background-color: #195aff;
    color: #fff;
}

.soft-list .link a.orange:hover {
    background-color: #ff6628;
    color: #fff;
}

.soft-list .link a.orange {
    border: 1px solid #ff6628;
    color: #ff6628;
}

.soft-list ul li:nth-child(even) {
    direction: initial;
}

.soft-list.bz ul li:nth-child(even) {
    direction: rtl;
}

.soft-list ul li:nth-child(even) .xx-box {
    direction: initial;
}

.soft-list .link .lin-li {
    width: auto;
    display: flex;
    position: relative;
    padding-top: 35px;
}

.soft-list .link .lin-li span {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 0%;
    top: 0px;
    background: #ffa900;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px 20px 20px 0px;
}

.soft-list .link .lin-li:last-child span {
    background-color: #ff6628;
}

header.blue {
    background: #195aff;
}

.detail-box {
    position: relative;
}

.detailPage {
    margin-top: 80px;
}

.detail-des {
    position: relative;
}

.detail-des .name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

.detail-des .name b {
    display: block;
    font-size: 50px;
}

.detail-des .des {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
}

.detail-des .link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.detail-des .link .a {
    width: 200px;
    height: auto;
    border: 1px solid #096fff;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 5px;
    font-size: 16px;
    color: #096fff;
    cursor: pointer;
}

.detail-des .link .a:hover {
    background-image: linear-gradient(90deg, #0054ff, #237fff);
    background-color: #0054ff;
    color: #fff;
}

.detail-des .link .a.orange {
    color: #ff4e04;
    border: 1px solid #ff4e04;
}

.detail-des .link .a.orange:hover {
    background-color: #ff6c00;
    background-image: linear-gradient(90deg, #ff4201, #ff802b);
    color: #fff;
    text-decoration: none;
}

.detail-more {
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail-more a {
    display: flex;
    justify-content: center;
    line-height: 2;
    font-size: 14px;
    color: #096fff;
    text-transform: uppercase;
}

.detail-more a:hover {
    text-decoration: underline;
}

.join-list.three li .beta {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.join-list.three li .beta .beta-box {
    display: flex;
    width: 32%;
    height: auto;
    flex-wrap: wrap;
    position: relative;
    font-size: 16px;
    line-height: 35px;
}

.join-list.three li .beta .beta-box span {
    width: 70%;
    height: auto;
    display: block;
    text-align: center;
    line-height: 25px;
    margin-left: 15%;
    background: #195aff;
    color: #fff;
    font-size: 14px;
    border-radius: 50px 50px 50px 0px;
    margin-bottom: 5px;
}

.join-list.three li .beta .beta-box span.zy {
    background-color: #ffa900;
}

.join-list.three li .beta .beta-box span.qy {
    background-color: #ff6628;
}

.join-list.three li .beta .beta-box .beta-dw {
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
    border: 1px solid #195aff;
    text-align: center;
    border-radius: 5px;
    color: #195aff;
    font-size: 14px;
}

.join-list.three li .beta .beta-box .beta-xq {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    color: #a3a3a3;
}

.join-list.three li .beta .beta-box .beta-xq:hover,
.join-list ul li .date:hover {
    color: #3e3e3e;
}

.m-bar {
    display: none;
}

.screen_list.full {
    width: 50%;
}

.screen_list.full ul {
    flex-wrap: wrap;
}

.screen_list.full ul li {
    width: 100%;
    margin-bottom: 25px;
}

.searchClose {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.5s;
}

.searchClose:hover {
    -webkit-transform: rotate(-45deg);
}

.searchGroup {
    width: 600px;
    height: auto;
    position: absolute;
    padding: 75px 100px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.searchGroup .name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 25px;
}

.searchGroup input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    margin-bottom: 25px;
}

.searchBtn {
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.35s;
}

.searchBtn:hover {
    border-radius: 50px;
    background: #195aff;
    color: #fff;
}

.searchGroup input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.detail-mark {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    color: #195aff;
    font-size: 14px;
    line-height: 25px;
}

.detail-mark .icon {
    display: flex;
    width: 60px;
    align-items: center;
}

.detail-mark .icon i {
    margin-right: 5px;
}

.detail-mark .icon p {
    font-size: 12px;
}

.detail-mark .mks {
    width: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
}

.detail-mark .mks a {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 0px 12px;
    border: 1px solid #195aff;
    border-radius: 50px;
    margin-right: 5px;
    color: #195aff;
    font-size: 12px;
}

.detail-mark .mks a:hover {
    background-color: #195aff;
    color: #fff;
}

.bf-box.full .bf-focus {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bf-box.full .bf-focus .thum {
    width: 300px;
}

.bf-box.full .bf-focus .info {
    width: calc(100% - 315px);
    padding-top: 0px;
}

.bf-box.imgs .bf-focus {
    width: 100%;
    margin-bottom: 15px;
}

.bf-focus .thums {
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.bf-focus .thums .pic {
    width: 250px;
    margin-right: 15px;
}

.marks-tips {
    font-size: 14px;
    background: #e2ecf8;
    padding: 10px 20px;
    margin-bottom: 25px;
    color: #8aa6c8;
}

.pt100 {
    padding-top: 100px;
}

.pt50 {
    padding-top: 70px;
}

.marks-tips a {
    color: #195aff;
}

.marks-tips a:hover {
    text-decoration: underline;
}

.pay-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.pay-list ul li {
    display: flex;
    font-size: 14px;
    padding: 35px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pay-list ul li .pay-pro {
    width: 400px;
    display: flex;
}

.pay-list ul li .pay-pro .img {
    width: 65px;
}

.pay-list ul li .pay-pro .name {
    width: calc(100% - 95px);
    margin-left: 20px;
}

.pay-list ul li .pay-qx {
    width: 120px;
}

.pay-list ul li .pay-buy {
    width: 160px;
}

.pay-list ul li .pay-tech {
    width: calc(100% - 780px);
}

.pay-list ul li .pay-pro .name .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: bold;
}

.pay-list ul li .pay-pro .name .sm {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    position: relative;
    font-weight: bold;
}

.pay-list ul li .pay-pro .name .des {
    width: 100%;
    height: auto;
    line-height: 1.7;
    position: relative;
    opacity: 0.7;
}

.pay-list ul li .pay-qx .name {
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin-bottom: 5px;
}

.pay-list ul li .pay-qx .des {
    width: 100%;
    height: auto;
    text-align: center;
    color: #2319f5;
    border: 1px solid #2319f5;
    border-radius: 5px;
    line-height: 40px;
}

.pay-list ul li .pay-tech .name {
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin-bottom: 5px;
}

.pay-list .tech-list {
    position: relative;
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    color: #bcbcbc;
}

.pay-list .tech-list .tech-title {
    position: relative;
    height: auto;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
}

.pay-list .tech-list .tech-title .txt {
    width: calc(100% - 40px);
}

.pay-list .tech-list .tech-title .icon {
    width: 40px;
    height: 25px;
    text-align: right;
}

.tech-scroll {
    width: 100%;
    height: auto;
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    left: 0%;
    top: 50px;
    display: none;
}

.tech-scroll .tech-li {
    position: relative;
    height: auto;
    line-height: 25px;
    padding: 5px 0px;
    color: #3e3e3e;
    cursor: pointer;
}

.pay-list ul li:hover {
    z-index: 5;
}

.tech-scroll .tech-li:hover {
    color: #195aff;
}

.pay-list ul li .tech-list:hover .tech-scroll {
    display: block;
}

.pay-price {
    width: 100%;
    text-align: right;
    color: #ff6628;
    font-family: din;
    font-size: 16px;
}

.pay-price span {
    font-size: 68px;
}

.pay-cz {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.pay-cz .btn {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    cursor: pointer;
    background: transparent;
    color: #3e3e3e;
}

.pay-cz input {
    width: calc(100% - 90px);
    background-color: #f3f3f4;
    border: 1px solid #e2e2e9;
    text-align: center;
    border-radius: 5px;
}

.pay-btn {
    width: 100%;
    height: auto;
    line-height: 40px;
    background-color: #ff6628;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.pay-summay {
    margin-bottom: 50px;
    display: flex;
    padding-top: 30px;
}

.pay-summay .pay-tel {
    width: 325px;
    display: flex;
    height: auto;
    align-items: flex-start;
}

.pay-summay .pay-tel .icon {
    width: 50px;
    height: auto;
    border: 1px solid #195aff;
    line-height: 50px;
    text-align: center;
    color: #195aff;
    font-size: 24px;
    border-radius: 50%;
}

.pay-summay .pay-tel .name {
    width: calc(100% - 60px);
    margin-left: 10px;
    line-height: 1;
    color: #195aff;
}

.pay-summay .pay-tel .name b {
    font-family: din;
    font-size: 40px;
}

.pay-summay .pay-des {
    width: calc(100% - 325px);
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 2;
}

.ewBox {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 35px;
    border: 2px solid #195aff;
    border-radius: 5px;
    display: flex;
}

.first-box,
.second-box {
    width: 500px;
    height: auto;
    position: relative;
}

.second-box {
    padding-left: 45px;
}

.first-box .title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.first-box .title .img {
    width: 100px;
    height: 100px;
    padding: 25px;
    background-color: #195aff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -90px;
}

.first-box .title .name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #195aff;
}

.first-box .info,
.second-box .info {
    width: 100%;
    margin-bottom: 10px;
}

.first-box .info b,
.zf-stle b,
.second-box .info b {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.first-box .info p,
.second-box .info p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.form-div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
}

.form-div .label {
    width: 48%;
    display: flex;
    margin-right: 4%;
    line-height: 40px;
    margin-bottom: 10px;
}

.form-div .label:nth-child(2) {
    margin-right: 0%;
}

.form-div .label:nth-child(3) {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 0px;
}

.form-div .label label {
    width: 50px;
    height: auto;
    position: relative;
    padding-left: 10px;
}

.form-div .label label::before {
    width: 10px;
    height: auto;
    line-height: 40px;
    content: "*";
    color: #ff6628;
    position: absolute;
    left: 0%;
    top: 0%;
}

.form-div .label input {
    display: block;
    width: calc(100% - 50px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    text-indent: 15px;
}

.selects {
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.selects b {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.ses {
    width: 100%;
    height: auto;
    line-height: 40px;
    border: 1px solid #195aff;
    border-radius: 50px;
    position: relative;
}

.ses .show-txt {
    position: relative;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 5px;
}

.ses ul {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 40px;
    line-height: 30px;
    display: none;
    background: #fff;
    padding: 15px 0px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px 20px 0px 0px;
}

.ses ul li {
    position: relative;
    cursor: pointer;
}

.ses ul li {
    padding-left: 25px;
    position: relative;
}

.ses ul li:hover {
    color: #195aff;
}

.fs {
    display: flex;
}

.fs ul {
    display: flex;
}

.fs ul li {
    position: relative;
    margin-right: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.fs ul li:last-child {
    margin-right: 0%;
}

.fs ul li span {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/check-icon.png) -20px 0px no-repeat;
    background-size: auto 20px;
}

.fs ul li.active span {
    background-position: 0px 0px;
}

.fs ul li img {
    display: block;
    width: 120px;
}

.zf-stle {
    margin-bottom: 25px;
}

.policy {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    display: flex;
    margin-bottom: 45px;
}

.policy .checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    background: url(../images/check-icon.png) -20px 0px no-repeat;
    background-size: auto 20px;
    margin-right: 5px;
    cursor: pointer;
}

.policy a {
    color: #195aff;
}

.zf-btn {
    width: 305px;
    height: auto;
    line-height: 55px;
    background: #ff6628;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.zf-btn .txt {
    margin-left: 10px;
}

.ses .show-txt i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(90deg);
}

.ses.active ul {
    display: block;
}

.second-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
}

.second-form .label {
    width: 100%;
    display: flex;
    margin-right: 0%;
    line-height: 40px;
    margin-bottom: 10px;
}

.second-form .label label {
    width: 120px;
    height: auto;
    position: relative;
    padding-left: 10px;
}

.second-form .label label::before {
    width: 10px;
    height: auto;
    line-height: 40px;
    content: "*";
    color: #ff6628;
    position: absolute;
    left: 0%;
    top: 0%;
}

.second-form .label input {
    display: block;
    width: calc(100% - 120px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    text-indent: 15px;
}

.zf-close {
    width: 40px;
    height: auto;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    color: #195aff;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.second-box {
    display: none;
}

.system-list.recom-list .recom-list-box {
    display: none;
}

.system-list.recom-list .recom-list-box.active {
    display: block;
}

.system-list.recom-list .recom-list-box.active ul {
    display: flex;
    justify-content: center;
}

.system-list.recom-list .recom-list-box.recom-list-box-detail {
}

.system-list.recom-list .recom-list-box.recom-list-box-detail li {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
    padding-bottom: 0;
}

.system-list.recom-list .recom-list-box.recom-list-box-detail li .pic {
    /*width: 300px;*/
    position: relative;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover;
}

.system-list.recom-list .recom-list-box.recom-list-box-detail li .pic img {
    display: block;
    max-width: 100%;
    /*height: 105px;*/
    width: 150px;
}

.system-list.recom-list .recom-list-box.recom-list-box-detail li .text_ {
    width: calc(100% - 315px);
    padding-top: 0px;
    margin: 10px;
    flex-grow: 2;
}

.system-list.recom-list .recom-list-box.recom-list-box-detail li .text_ p {
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.2rem;
    width: 100%;
}

.system-list.recom-list .recom-list-box.recom-list-box-detail li .text_ p:last-child {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 12px;
    opacity: 0.7;
    margin: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
}

.recom-list-box-detail .swiper-pagination {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.recom-list-box-detail .swiper-pagination-bullet {
    cursor: pointer;
    margin-left: 0.1rem;
}

.pb50 {
    padding-bottom: 4vw;
}

.btn.white:hover {
    background-color: #195aff;
    color: #fff;
}

.banner .w1400 {
    height: 100%;
}

.system-list ul li .imgs {
    width: 100%;
}

.system-list ul li .thum {
    margin-bottom: 10px;
}

.searchContent {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.searchContent .scResult {
    width: 100%;
    height: auto;
    background: #2319f5;
    color: #fff;
    font-weight: 700;
    text-indent: 45px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
}

.searchContent .scResult.b {
    background: #0c8bc0;
}

.searchContent .scResult:after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 7.5px;
    background: url(../images/result_icon.png?v=1) no-repeat;
    background-size: cover;
    content: "";
}

.resultTips {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 14px;
}

.resultTips span {
    color: #e10101;
    padding: 0 3px;
    font-weight: 700;
}

.noData {
    width: 200px;
    height: 200px;
    margin: 0px auto;
    font-size: 14px;
    text-align: center;
    display: none;
    position: relative;
}

.noData::after {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 30px;
    background: url(../images/noData_img.png) no-repeat;
    background-size: cover;
    opacity: 0.2;
    content: "";
}

.noData p {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 60%;
    color: rgba(0, 0, 0, 0.2);
}

.noData.active {
    display: block;
}

header.blue nav .menu ul li > a {
    color: #fff;
}

header.blue.active .logo img:nth-child(1) {
    opacity: 1;
}

header.blue.active .logo .color {
    opacity: 0;
}

header.blue.active .search {
    background-color: #477bff;
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.5);
}

header.blue.active .searchInput input {
    color: #fff;
}

header.blue.active .searchInput input::-webkit-input-placeholder {
    color: rgba(255, 255, 255);
}

.bf-box.full .bf-focus .info a:hover,
.focus-div a:hover,
.focus-list a:hover,
.prev-next .p-box a:hover {
    color: #1d5dff;
}

.bf-box.full .bf-focus .thum:hover .pic {
    -webkit-transform: scale(1.05);
}

.l-top {
    margin-bottom: 45px;
    padding-left: 25px;
    width: calc(100% - 30px);
}

.info-center {
    min-height: 160px;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.lightBox .tet-box {
    position: absolute;
    background: #fff;
    left: 50%;
    width: 1000px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.lightBox .tittle {
    height: auto;
    padding: 15px;
    background: #195aff;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    position: relative;
}

.lightBox .summary-join {
    padding: 25px;
    height: 500px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 2;
}

.lightBox .close {
    width: 80px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 8px;
    background: #fff;
    color: #195aff;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.lightBox .close:hover {
    background: #195aff;
    color: #fff;
}

.min-h50 {
    min-height: 400px;
}

@media screen and (max-width: 1600px) {
    .section-center {
        width: 90%;
    }
}

.share_side {
    display: none;
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 900;
}

.share_side .icons {
    width: 55px;
    height: 55px;
    display: block;
    margin-bottom: 3px;
    position: relative;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background-color: #747474;
    cursor: pointer;
}

.share_side .icons .iconfont {
    font-size: 28px;
}

.share_side .icons:hover {
    background-color: #1d5dff;
}

.share_side .mail .link {
    position: absolute;
    right: 55px;
    top: 0rem;
    width: 0px;
    overflow: hidden;
    transition: 400ms;
    white-space: nowrap;
    display: block;
    height: 55px;
    line-height: 55px;
    background: #1d5dff;
    color: #fff;
    z-index: 2;
}

.share_side .mail:hover .link {
    width: 250px;
    padding: 0px 15px;
}

.share_side .ewm {
    background-position: -6.45rem -3.65rem;
}

.share_side .ewm:hover {
    background-position: -16.85rem -3.65rem;
}

.share_side .ewm .img {
    position: absolute;
    right: 55px;
    top: -30px;
    width: 0rem;
    overflow: hidden;
    transition: 400ms;
    z-index: 1;
}

.share_side .ewm:hover .img {
    width: 120px !important;
    height: auto !important;
}

.share_side .ewm .img img {
    width: 120px !important;
    height: auto !important;
}

.share_side .to_top {
    background-position: -9.05rem -3.65rem;
    cursor: pointer;
}

.share_side .to_top:hover {
    background-position: -19.45rem -3.65rem;
}

.searchIcon {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.2);
}

.searchIcon .iconfont {
    background: url(../images/search-icon.png) no-repeat;
    background-size: cover;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0px;
}

header.blue.active .search .iconfont {
    background-image: url(../images/search-icon2.png);
    opacity: 1;
}

.searchInput {
    position: absolute;
    width: calc(100% - 40px);
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.5s;
}

.searchInput input {
    display: block;
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    height: 36px;
    text-indent: 15px;
    color: #3e3e3e;
}

.searchInput input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.common-title h2,
.common-title h1 {
    font-size: 32px;
}

.rc-box .box a:hover .pic,
.focus-div a:hover .pic,
.box3 a:hover .pic {
    -webkit-transform: scale(1.05);
}

.bshare-custom.icon-medium {
    display: flex !important;
    cursor: pointer;
    z-index: 10 !important;
}

.bshare-custom.icon-medium a {
    width: 50px;
    height: 50px !important;
    background: #fff !important;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    padding-left: 0px !important;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.bshare-custom.icon-medium a:hover,
.bshare-custom.icon-medium .bshare-sina:hover,
.bshare-custom.icon-medium .bshare-zone:hover,
.bshare-custom.icon-medium .bshare-wechat:hover,
.bshare-custom.icon-medium .bshare-qq:hover {
    text-decoration: none;
    background: #1d5dff !important;
    color: #fff;
}

.bshare-custom.icon-medium a .iconfont {
    z-index: 0;
}

.bshare-custom.icon-medium .bshare-zone {
    margin-right: 10px;
}

.bshare-custom.icon-medium .bshare-qq,
.bshare-custom.icon-medium .bshare-wechat {
    margin-right: 10px;
}

.bshare-custom.icon-medium .bshare-sina,
.bshare-custom.icon-medium .bshare-zone,
.bshare-custom.icon-medium .bshare-wechat,
.bshare-custom.icon-medium .bshare-qq {
    display: block;
    width: 50px;
    height: 50px !important;
    background: #fff !important;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "iconfont" !important;
}

.load-more {
    width: 200px;
    height: auto;
    line-height: 60px;
    margin: 0px auto;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background-color: #1d5dff;
    display: none;
}

.load-more.disable {
    background: #ccc;
    cursor: no-drop;
}

.load-more.disable:hover {
    background-color: #ccc;
}

.load-more.active {
    display: block;
}

.load-more:hover {
    background-color: #336dff;
}

.singe-page a {
    color: #007eeb;
}

.singe-page a:hover {
    text-decoration: underline;
}

.pop_img {
    position: relative;
    width: 100%;
    display: block;
}

.pop_img::after {
    background: #a0a0a0 url(../images/plus.png) no-repeat;
    background-size: cover;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 72px;
    color: #fff;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    content: "";
    display: none;
}

.pcShow {
    display: block;
}

.pcHide {
    display: none;
}

.singePage img.pcShow {
    display: block;
}

.singePage img.pcHide {
    display: none;
}

.singePage img {
    width: auto;
}

.tc_sphtml {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;

    -webkit-transform: translate(-50%, -50%);
}

.tc_sphtml img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.img_box_pop:hover .pop_img::after {
    display: block;
}

.tc_close {
    width: 34px;
    height: 34px;
    background: url(../images/icon-close.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -34px;
    top: -34px;
    cursor: pointer;
}

.zz-list {
    margin-bottom: 75px;
}

.join-warp {
    display: flex;
    justify-content: space-between;
}

.join-content {
    background-color: #fff;
    padding: 25px;
    width: calc(100% - 400px);
}

.join-recommon {
    width: 350px;
    height: auto;
    padding: 25px;
    background-color: #fff;
}

.j-title {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

header.blue.active .search .searchIcon {
    color: rgba(255, 255, 255, 0.5);
}

.j-list ul li a:hover {
    color: #195aff;
}

.j-title .j-date {
    width: auto;
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
}

.j-list ul li {
    position: relative;
    width: 100%;
}

.j-list ul li a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
}

.singePage.font-size14 {
    font-size: 14px;
}

.bsTop {
    width: 100% !important;
}

.bsFrameDiv > div {
    width: 100% !important;
    height: 100% !important;
}

.bsFrameDiv > div > img {
    margin: 15px !important;
}

.a1 {
    background: url(../images/bg-1.png) no-repeat left center;
}

.about-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.a-img {
    width: 450px;
}

.a-info {
    width: calc(100% - 500px);
}

.a-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 25px;
}

.a-title.c {
    text-align: center;
    margin-bottom: 50px;
}

.a-title.w {
    color: #fff;
}

.hornors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hornors ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.a-title b {
    display: block;
    line-height: 1.4;
}

.a-title p {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.hornors ul:nth-child(2) {
    width: 80%;
}

.hornors ul:nth-child(3) {
    width: 70%;
}

.hornors ul:nth-child(3) li {
    width: 33.33%;
}

.hornors ul:nth-child(2) li {
    width: 25%;
}

.hornors ul li {
    width: 20%;
    padding: 0px;
    position: relative;
    border-top: none;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.hornors ul li .pic {
    background-size: contain;
}

.hornors ul li .show {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    opacity: 0;
    -webkit-transition: all 0.5s;
}

.hornors ul li .show:hover {
    background: #103784;
    color: #fff;
}

.hornors ul li:hover .show {
    opacity: 1;
}

.xz-list {
    width: 100%;
}

.xz-list ul {
    display: flex;
    flex-wrap: wrap;
}

.xz-list ul li {
    width: 28%;
    height: auto;
    position: relative;
    margin-right: 8%;
    margin-bottom: 35px;
    padding: 20px;
    background: #fff;
    border-left: 3px solid #21e889;
    border-radius: 0px 100px 100px 0px;
}

.xz-list ul li:nth-child(2) {
    border-left: 3px solid #409af2;
}

.xz-list ul li:nth-child(3) {
    border-left: 3px solid #ba78ed;
}

.xz-list ul li:nth-child(4) {
    border-left: 3px solid #ff9900;
}

.xz-list ul li:nth-child(5) {
    border-left: 3px solid #21d4e8;
}

.xz-list ul li:nth-child(6) {
    border-left: 3px solid #f38aab;
}

.xz-list ul li:nth-child(3n) {
    margin-right: 0%;
}

.xz-list ul li .name {
    font-size: 18px;
    margin-left: 10px;
    position: relative;
}

.xz-list ul li::before {
    width: 70px;
    height: 35px;
    border-radius: 50px;
    content: "";
    position: absolute;
    top: 15px;
    background-color: #d7f7eb;
    z-index: 0;
    left: 10px;
}

.xz-list ul li:nth-child(2)::before {
    background-color: #dbebfb;
}

.xz-list ul li:nth-child(3)::before {
    background-color: #eee6fb;
}

.xz-list ul li:nth-child(4)::before {
    background-color: #f8ebd7;
}

.xz-list ul li:nth-child(5)::before {
    background-color: #d7f4fa;
}

.xz-list ul li:nth-child(6)::before {
    background-color: #f7e9f1;
}

.xz-list ul li .name span {
    font-family: din;
    font-size: 48px;
}

.xz-list ul li .des {
    padding-left: 10px;
    position: relative;
}

.scroll_box {
    white-space: nowrap;
    width: 100%;
    user-select: none;
    position: relative;
}

.scroll_box li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.scroll_box li .box {
    border-radius: 10px;
    padding: 25px;
    color: #fff;
    width: 328px;
    margin: 0 30px 30px 0;
}

.scroll_box li.no1 .box {
    background-color: #1ca6d0;
}

.scroll_box li.no2 .box {
    background-color: #01b8ac;
}

.scroll_box li.no3 .box {
    background-color: #4a6ee0;
}

.scroll_box li.no4 .box {
    background-color: #6e66de;
}

.scroll_box li.no5 .box {
    background-color: #222858;
}

.scroll_box li.no6 .box {
    background-color: #377ce5;
}

.scroll_box li .box .icon {
    margin-bottom: 0.875rem;
}

.scroll_box li .box .icon .iconfont {
    margin-right: 0.325rem;
    font-size: 0.575rem;
    vertical-align: top;
}

.scroll_box li .box .p_logo {
    margin-bottom: 0.7rem;
}

.scroll_box li .box .p_logo img {
    border-radius: 0.25rem;
    box-shadow: 0rem 0.375rem 0.375rem rgba(9, 57, 193, 0.11);
}

.scroll_box li .box .t {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-bottom: 0.475rem;
}

.scroll_box li .box .d {
    font-size: 0.4rem;
    line-height: 0.75rem;
    margin-bottom: 0.75rem;
}

.scroll_box li .box .link {
    font-size: 0.4rem;
    color: #fff;
}

.scroll_box li .box .link:after {
    content: "\e702";
    margin-left: 0.125rem;
    font-size: 0.5rem;
}

.prview_btn {
    text-align: right;
}

.prview_btn span {
    display: inline-block;
    width: 1.35rem;
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    background-color: #e4e6f2;
    border-radius: 50%;
    color: #8189a9;
    margin: 0 0.225rem;
    cursor: pointer;
}

.prview_btn span:hover {
    background-color: #d0d7f8;
}

.ewm {
    width: 150px;
}

.article_button {
    display: flex;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    width: 180px;
    vertical-align: top;
    margin-right: 10px;
}

.article_button.green {
    background-color: #3fb42f;
}

.article_button.green .icon {
    background-color: #2fa61f;
}

.article_button .icon {
    background: url(../images/windows-icon.png) no-repeat;
    display: block;
    float: left;
    width: 53px;
    height: 53px;
    background-size: cover;
}

.article_button.mac .icon {
    background-color: #0082f6;
    background-image: url(../images/other-icon.png);
    background-position: 0px 0px;
}

.article_button .word {
    width: calc(100% - 53px);
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1.4;
}

.article_button .word font {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.singe-page a.article_button {
    color: #fff;
}

.singe-page a.article_button:hover {
    text-decoration: none;
    opacity: 0.9;
}

.article_button.blue {
    background-color: #0087ff;
}

.button_box {
    display: flex;
}

.mySwiper .swiper-slide {
    background-color: #1ca6d0;
    position: relative;
    padding: 30px 25px;
    border-radius: 10px;
    color: #fff;
    width: 330px;
    height: 490px;
}

.mySwiper .swiper-slide:nth-child(2) {
    background-color: #01b8ac;
}

.mySwiper .swiper-slide:nth-child(3) {
    background-color: #4a6ee0;
}

.mySwiper .swiper-slide:nth-child(4) {
    background-color: #6e66de;
}

.mySwiper .swiper-slide:nth-child(5) {
    background-color: #222858;
}

.mySwiper .swiper-slide:nth-child(6) {
    background-color: #377ce5;
}

.mySwiper .pt {
    display: flex;
}

.mySwiper .pt .img {
    width: 40px;
    height: auto;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}

.mySwiper .logo {
    width: 70px;
    margin-bottom: 15px;
}

.mySwiper .name {
    width: 100%;
    height: auto;
    line-height: 45px;
    font-size: 20px;
    margin-bottom: 10px;
}

.mySwiper .des {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 25px;
}

.mySwiper a {
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-right: 30px;
}

.mySwiper a::after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 5px;
    background: url(../images/arrow-right.png) no-repeat;
    background-size: cover;
    content: "";
}

.c2 {
    background: url(../images/bg-2.png) no-repeat right top;
    overflow: hidden;
}

.mySwiper a:hover {
    text-decoration: underline;
}

.swiper-btn {
    position: relative;
    display: flex;
    margin-top: 25px;
    padding: 0px 55px;
    justify-content: flex-end;
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
    position: relative;
    top: 0%;
    margin-top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e4e6f2;
    border-radius: 50%;
    right: auto;
    left: auto;
}

.swiper-btn .swiper-button-next {
    margin-left: 15px;
}

.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
    font-size: 14px;
    color: #8189a9;
}

.index_map {
    background: url(../images/map-bg-2.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.boxes {
    overflow: hidden;
}

.index_map .idmap {
    background: url(../images/map-bg.png) center top no-repeat;
    height: 680px;
    width: 1360px;
    margin: 0 auto;
    transform-origin: 0 0;
    background-size: cover;
    position: relative;
    left: 50%;
    margin-left: -680px;
}

.index_map .idmap .box {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.index_map .idmap a {
    font-size: 12px;
    line-height: 20px;
    color: #2c4165;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    padding: 0px 5px;
    width: auto;
}

.tabSwiper,
.kSwiper {
    display: none;
}

@media (max-width: 1000px) {
    .index_map .idmap a {
        display: none;
    }
}

.index_map .idmap .a_no1 {
    left: 200px;
    top: 60px;
}

.index_map .idmap .a_no2 {
    left: 250px;
    top: 150px;
}

.index_map .idmap .a_no3 {
    left: 152px;
    top: 250px;
}

.index_map .idmap .a_no4 {
    left: 345px;
    top: 410px;
}

.index_map .idmap .a_no5 {
    left: 358px;
    top: 547px;
}

.index_map .idmap .a_no6 {
    left: 630px;
    top: 82px;
}

.index_map .idmap .a_no7 {
    left: 657px;
    top: 120px;
}

.index_map .idmap .a_no8 {
    left: 700px;
    top: 88px;
}

.index_map .idmap .a_no9 {
    left: 620px;
    top: 160px;
}

.index_map .idmap .a_no10 {
    left: 620px;
    top: 116px;
}

.index_map .idmap .a_no26 {
    left: 582px;
    top: 123px;
}

.index_map .idmap .a_no11 {
    left: 670px;
    top: 169px;
}

.index_map .idmap .a_no12 {
    left: 583px;
    top: 184px;
}

.index_map .idmap .a_no19 {
    left: 1134px;
    top: 198px;
}

.index_map .idmap .a_no20 {
    left: 1178px;
    top: 198px;
}

.index_map .idmap .a_no21 {
    left: 1067px;
    top: 188px;
}

.index_map .idmap .a_no22 {
    left: 1113px;
    top: 242px;
}

.index_map .idmap .a_no23 {
    left: 944px;
    top: 277px;
}

.index_map .idmap .a_no24 {
    left: 1048px;
    top: 371px;
}

.index_map .idmap .a_no25 {
    left: 1180px;
    top: 500px;
}

.index_map .idmap .no1 {
    left: 190px;
    top: 40px;
    animation-duration: 3500ms;
}

.index_map .idmap .no2 {
    left: 240px;
    top: 140px;
    animation-duration: 6300ms;
}

.index_map .idmap .no3 {
    left: 142px;
    top: 240px;
    animation-duration: 5200ms;
}

.index_map .idmap .no4 {
    left: 335px;
    top: 400px;
    animation-duration: 6500ms;
}

.index_map .idmap .no5 {
    left: 348px;
    top: 537px;
    animation-duration: 3500ms;
}

.index_map .idmap .no6 {
    left: 620px;
    top: 72px;
    animation-duration: 6700ms;
}

.index_map .idmap .no7 {
    left: 647px;
    top: 110px;
    animation-duration: 3100ms;
}

.index_map .idmap .no8 {
    left: 690px;
    top: 78px;
    animation-duration: 6700ms;
}

.index_map .idmap .no9 {
    left: 610px;
    top: 150px;
    animation-duration: 4200ms;
}

.index_map .idmap .no10 {
    left: 610px;
    top: 106px;
    animation-duration: 5800ms;
}

.index_map .idmap .no11 {
    left: 660px;
    top: 159px;
    animation-duration: 3200ms;
}

.index_map .idmap .no12 {
    left: 573px;
    top: 174px;
    animation-duration: 5800ms;
}

.index_map .idmap .no13 {
    left: 780px;
    top: 110px;
    animation-duration: 5500ms;
}

.index_map .idmap .no14 {
    left: 960px;
    top: 20px;
    animation-duration: 6500ms;
}

.index_map .idmap .no15 {
    left: 715px;
    top: 470px;
    animation-duration: 8500ms;
}

.index_map .idmap .no16 {
    left: 717px;
    top: 400px;
    animation-duration: 3500ms;
}

.index_map .idmap .no17 {
    left: 676px;
    top: 218px;
    animation-duration: 4500ms;
}

.index_map .idmap .no18 {
    left: 800px;
    top: 200px;
    animation-duration: 3500ms;
}

.index_map .idmap .no19 {
    left: 1124px;
    top: 188px;
    animation-duration: 5500ms;
}

.index_map .idmap .no20 {
    left: 1168px;
    top: 188px;
    animation-duration: 6500ms;
}

.index_map .idmap .no21 {
    left: 1057px;
    top: 178px;
    animation-duration: 8500ms;
}

.index_map .idmap .no22 {
    left: 1103px;
    top: 232px;
    animation-duration: 3500ms;
}

.index_map .idmap .no23 {
    left: 934px;
    top: 267px;
    animation-duration: 4500ms;
}

.index_map .idmap .no24 {
    left: 1038px;
    top: 361px;
    animation-duration: 3500ms;
}

.index_map .idmap .no25 {
    left: 1170px;
    top: 490px;
    animation-duration: 3500ms;
}

.index_map .idmap .no26 {
    left: 572px;
    top: 113px;
    animation-duration: 5800ms;
}

.index_map .idmap span {
    background: url(../images/map-list.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    animation: index_map_scal 2000ms linear infinite;
    transform-origin: bottom center;
    left: 0;
    top: 0;
}

@keyframes index_map_scal {
    0% {
        transform: scale(0.4, 0.4);
    }

    20% {
        transform: scale(0.7, 0.7);
    }

    50% {
        transform: scale(0, 0);
    }

    70% {
        transform: scale(0, 0);
    }

    100% {
        transform: scale(0.4, 0.4);
    }
}

.manger {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.manger ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.manger ul li {
    width: 300px;
    position: relative;
    margin: 0px 25px;
}

.manger ul li .name {
    text-align: center;
    line-height: 1.6;
}

.manger ul li .name b {
    font-size: 24px;
}

.manger ul li .name p {
    color: #9193a5;
    font-size: 16px;
}

.manger ul:nth-child(2) {
    width: 100%;
    margin-bottom: 0px;
}

.manger ul:nth-child(2) li {
    width: 20%;
    padding: 0px 3%;
    margin: 0px;
}

.manger ul:nth-child(2) li .name b {
    font-size: 20px;
}

.manger ul:nth-child(2) li .name p {
    font-size: 14px;
}

.value-list {
    display: flex;
    margin-bottom: 100px;
}

.boxes.w {
    background-color: #fff;
}

.picture {
    overflow: hidden;
    padding: 0 35px;
}

.picture .list {
    white-space: nowrap;
}

.picture .list li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

.picture .list li .img_box.marb {
    margin-bottom: 25px;
}

.picture .list li .img_box img {
    display: block;
    max-width: none;
}

.value-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.value-list ul li {
    width: 30%;
    position: relative;
}

.value-list ul li .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.value-list ul li .img::before {
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    content: "";
    top: auto;
}

.value-list ul li .img b {
    position: absolute;
    left: 0%;
    bottom: 0%;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

.value-list ul li .des {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
}

.time_cycle {
    padding: 50px;
    overflow: hidden;
}

.time_cycle .swiper-wrapper {
    position: relative;
    white-space: nowrap;
    width: fit-content;
    user-select: none;
    align-items: center;
}

.time_cycle .swiper-wrapper:after {
    content: "";
    height: 22px;
    background-color: #dfe6f6;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    border-radius: 0.55rem;
}

.time_cycle .swiper-slide {
    white-space: normal;
    width: 200px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.time_cycle .swiper-slide:nth-child(odd) {
    margin-bottom: 240px;
    vertical-align: bottom;
}

.time_cycle .swiper-slide:nth-child(even) {
    margin-top: 240px;
    vertical-align: top;
}

.time_cycle .swiper-slide .des {
    width: 150%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 80px;
    align-items: flex-end;
}

.time_cycle .swiper-slide:nth-child(even) .des {
    align-items: flex-start;
}

.time_cycle .swiper-slide .d {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    width: 100%;
}

.time_cycle .swiper-slide .year {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.time_cycle .swiper-slide:nth-child(odd) .year {
    margin-top: 20px;
}

.time_cycle .swiper-slide:nth-child(even) .year {
    margin-bottom: 25px;
}

.time_cycle .swiper-slide:nth-child(1n) .year {
    background-color: #1ca6d0;
}

.time_cycle .swiper-slide:nth-child(2n) .year {
    background-color: #01b8ac;
}

.time_cycle .swiper-slide:nth-child(3n) .year {
    background-color: #4a6ee0;
}

.time_cycle .swiper-slide:nth-child(4n) .year {
    background-color: #6e66de;
}

.time_cycle .swiper-slide:nth-child(5n) .year {
    background-color: #ff9900;
}

.time_cycle .swiper-slide:nth-child(6n) .year {
    background-color: #ed687d;
}

.time_cycle .swiper-slide:nth-child(7n) .year {
    background-color: #cda873;
}

.time_cycle .swiper-slide .line {
    position: relative;
    left: 17.5%;
    width: 29px;
}

.time_cycle .swiper-slide .line:after {
    content: "";
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}

.time_cycle .swiper-slide:nth-child(odd) .line:after {
    right: -7px;
    bottom: 14px;
}

.time_cycle .swiper-slide:nth-child(even) .line:after {
    right: -7px;
    top: 14px;
}

/*
.time_cycle .list li.no1 .line:after {
	border-color: #1CA6D0;
}

.time_cycle .list li.no2 .line:after {
	border-color: #01B8AC;
}

.time_cycle .list li.no3 .line:after {
	border-color: #4A6EE0;
}

.time_cycle .list li.no4 .line:after {
	border-color: #6E66DE;
}

.time_cycle .list li.no5 .line:after {
	border-color: #FF9900;
}

.time_cycle .list li.no6 .line:after {
	border-color: #ED687D;
}

.time_cycle .list li.no7 .line:after {
	border-color: #CDA873;
} */

.time_cycle .swiper-slide .line img {
    display: block;
}

.swiper-btn.p {
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.detail-tips {
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 12px;
    background-color: #e6eef8;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.4);
}

.img_box_pop {
    width: 700px;
}

.menu_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0%;
    z-index: 50;
    background: #fff;
}

.menu_btn span {
    top: 29px;
    left: 20px;
    width: 20px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
    position: absolute;
    height: 2px;
    background-color: #195aff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
    content: "";
    left: 0;
    -webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span:before {
    top: -6px;
    width: 14px;
}

.menu_btn span:after {
    top: 6px;
    width: 12px;
}

.menu_btn.active span {
    background-color: transparent;
}

.menu_btn.active span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
}

.menu_btn.active span:after,
.menu_btn.active span:before {
    width: 20px;
}

.menu_btn {
    display: none;
}

.home .section1 .software-types .item.last {
    display: none;
}

.city_banner {
    /* padding-top: 110px; */
    /* background: url("/images/city/banner_bg.png") center center no-repeat; */
    /* background-size: cover; */
    /* min-height: 920px;
    height: 920px; */
    /* position: relative; */
}

.city_banner .bg {
    padding-top: 110px;
    background-image: url("/images/city/banner_bg.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.city_banner .banner_city {
    display: flex;
    padding: 100px 0 140px;
    align-items: center;
    justify-content: space-between;
}

.city_banner .banner_city .left-box {
    min-width: 640px;
    width: 55%;
}

.city_banner .banner_city .left-box .text {
    /* margin-top: 140px; */
    height: auto;
}

.city_banner .banner_city .left-box .text p {
    font-size: 40px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.city_banner .banner_city .left-box .text span {
    font-size: 100px;
}

.city_banner .banner_city .left-box .main_button {
    height: 73px;
    width: 100%;
    margin-top: 100px;
}

.city_banner .banner_city .left-box .main_button .buy {
    width: 300px;
    height: 72px;
    background: linear-gradient(90deg, #fe6628 0%, #fd8e36 100%);
    border-radius: 8px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
}

.city_banner .banner_city .left-box .main_button .none {
    display: none;
}

.city_banner .banner_city .left-box .other_button {
    width: 100%;
    height: auto;
}

.city_banner .banner_city .left-box .other_button .no_buy {
    width: 300px;
    height: 72px;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
}

.city_banner .banner_city .left-box .other_button .none {
    display: none;
}

.city_banner .banner_city .left-box img {
    height: 160px;
    width: 640px;
}

.city_banner .banner_city .right-box {
    max-width: 600px;
    width: 45%;
}

.city_banner .now_city {
    color: #cccccc;
    width: 100%;
    height: 72px;
    line-height: 70px;
    font-size: 13px;
    z-index: 99;
    position: relative;
    top: -215px;
}

.city_banner .now_city p {
    opacity: 50%;
}

.city_banner .now_city .select-city {
    /*cursor: pointer;*/
}

.city_banner .now_city .con-ret {
}

.city_banner .now_city p:before {
    font-family: "iconfont_yiwo";
    content: "\e601";
    margin-right: 0.1rem;
}

.city_banner .con-box {
    position: relative;
    padding-top: 8px;
    top: -0.3rem;
    animation: fadenum 0.3s 1;
    display: inline-block;
}

.city_banner .con-ret {
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    left: 1rem;
    top: -0.12rem;
    color: #e5e3e3;
}

@keyframes fadenum {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.city_banner .con {
    width: 490px;
    height: 275px;
    border: 1px #ffffff solid;
    border-radius: 4px;
    background-color: #ffffff;
    top: 2px;
    position: relative;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.city_banner .con .checkbox {
    border-bottom: 0.01rem solid #1084e9;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0.1rem auto 0;
}

.city_banner .con .checkbox span {
    display: inline-block;
    width: 25%;
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0.14rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    overflow: hidden;
}

.city_banner .con .checkbox span:hover {
    background: #1084e9;
    color: #ffffff;
    cursor: pointer;
}

.city_banner .con .checkbox .active {
    background: #1084e9;
    color: #ffffff;
}

.city_banner .con .check_list div {
    height: auto;
    width: 95%;
    max-height: 1.1rem;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    padding: 0.15rem 0.1rem;
}

.city_banner .con .check_list div a {
    height: 0.3rem;
    line-height: 0.3rem;
    width: calc(100% / 6);
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}

.city_banner .con .check_list div span {
    height: 0.3rem;
    line-height: 0.3rem;
    width: calc(100% / 6);
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
}

/*背景置灰，鼠标禁用*/
.city_banner .con .check_list div span:hover {
    background: #f5f5f5;
    color: #999999;
    cursor: not-allowed;
}

.city_banner .con .check_list div a:hover {
    background: #1084e9;
    color: #ffffff;
}

.city_banner .con .check_list div .active {
    background: #1084e9;
    color: #ffffff;
}

.city_banner .con .check_list div.active {
    display: flex;
}

.worry_box {
    height: 560px;
}

.worry_box .worry {
    height: 500px;
}

.worry_box .worry .worry_detail {
    margin-top: 0;
    width: 100%;
    height: auto;
    display: flex;
}

.worry_box .worry .worry_detail .box_left {
    height: 680px;
    width: 52%;
    background: url("/images/city/worry_bg_pic.png") no-repeat -35%;
    display: flex;
    flex-direction: row-reverse;
}

.worry_box .worry .worry_detail .box_left dl {
    display: block;
    position: absolute;
    top: 112px;
    height: auto;
    width: 600px;
}

.worry_box .worry .worry_detail .box_left dd {
    border: 1px solid #1a67f8;
    border-radius: 25px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    background: #ffffff;
    margin-top: 45px;
    display: inline-block;
    margin-left: 300px;
    padding: 0 25px;
    color: #1a67f8;
    font-weight: bold;
}

.worry_box .worry .worry_detail .box_left dd:first-child {
    margin-left: 285px;
    width: 220px;
}

.worry_box .worry .worry_detail .box_left dd:nth-child(2) {
    margin-left: 375px;
    width: 186px;
}

.worry_box .worry .worry_detail .box_left dd:nth-child(3) {
    margin-left: 370px;
    width: 222px;
}

.worry_box .worry .worry_detail .box_left dd:nth-child(4) {
    margin-left: 310px;
    width: 240px;
}

.worry_box .worry .worry_detail .box_left dd:nth-child(5) {
    width: 224px;
    margin-left: 285px;
}

.worry_box .worry .worry_detail .box_right {
    height: 680px;
    width: 48%;
    padding-top: 120px;
    padding-left: 60px;
}

.worry_box .worry .worry_detail .box_left dd:hover {
    background: #1a67f8;
    color: #ffffff;
    transition: all 0.2s;
}

.worry_box .worry .worry_detail .box_right .box_title {
    width: auto;
    height: 86px;
    font-size: 45px;
    font-weight: 400;
    color: #000000;
    line-height: 50px;
}

.worry_box .worry .worry_detail .box_right .box_title i {
    font-style: normal;
    color: #1a67f8;
}

.worry_box .worry .worry_detail .box_right dl {
    height: 310px;
}

.worry_box .worry .worry_detail .box_right dl dd {
    width: auto;
    height: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    margin-top: 47px;
}

.worry_box .worry .worry_detail .box_right dd:before {
    font-family: "iconfont_yiwo";
    content: "\e651";
    margin-right: 0.2rem;
    color: #1c8efb;
}

.file_type {
    background: url("/images/city/bg_cite.png") center no-repeat;
    background-size: 100% 100%;
    min-height: 1870px;
    width: 100%;
    padding-top: 455px;
}

.file_type .box_title {
    text-align: center;
    height: 75px;
}

.file_type .box_title p:first-child {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 39px;
}

.file_type .box_title p:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 48px;
}

.file_type .file_type_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.file_type .file_type_box div {
    width: 30%;
    height: 310px;
    background: #ffffff;
    margin-top: 90px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.4s;
}

.file_type .file_type_box div:hover {
    margin-top: 0.6rem;
}

.file_type .file_type_box img {
    height: 100px;
    width: 100px;
    margin: 0.43rem auto 0.25rem;
}

.file_type .file_type_box .box p {
    font-size: 0.2rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
}

.file_type .file_type_box .box p:last-child {
    font-size: 0.14rem;
    font-weight: 400;
    color: #999999;
    padding: 0 0.38rem;
    margin-top: 0.1rem;
}

.file_type .file_type_text {
    width: 100%;
    height: auto;
    min-height: 50px;
    background: #3876eb;
    padding: 0.2rem 0.1rem;
    margin-top: 1.15rem;
    line-height: 0.68rem;
    text-align: left;
}

.file_type .file_type_text p {
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
}

.file_type .file_type_text .p2 {
    height: 80px;
}

.devices {
    min-height: 900px;
    height: 900px;
    width: 100%;
}

.devices .text_box {
    margin-top: 5px;
    text-align: center;
}

.devices .text_box p:first-child {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
    height: auto;
}

.devices .text_box p:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    margin-top: 28px;
}

.devices .img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.devices .img_box .i_detail {
    height: 280px;
    width: 20%;
    border-radius: 10px;
    text-align: center;
    margin: 95px 15px 0 0;
    transition: all 0.1s;
}

.devices .img_box .i_detail p {
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    height: 1rem;
}

.devices .img_box .i_detail p:last-child {
    display: none;
}

.devices .img_box .i_detail:hover {
    /*背景设透明度80%*/
    background: rgb(25, 90, 255, 80%);
    color: #ffffff;
}

.devices .img_box .i_detail:hover img {
    display: none;
}

.devices .img_box .i_detail:hover p {
    /* margin-top: 50%;*/
    line-height: 100%;
    display: none;
    width: 90%;
}

.devices .img_box .i_detail:hover p:last-child {
    display: inline-block;
    margin: 1rem auto 0 0;
    color: #ffffff;
    overflow: auto;
    line-height: 0.3rem;
    height: 100%;
}

.devices .img_box .i_detail img {
    height: 1.2rem;
    width: 1.2rem;
    margin: 0.43rem auto 0.25rem;
}

.soft {
    background: url("/images/city/bg_cite2.png") no-repeat 0 -6px;
    background-size: cover;
    min-height: 1250px;
    width: 100%;
    height: 1250px;
}

.soft .soft_detail {
    padding-top: 200px;
}

.soft .soft_detail .title_box {
    text-align: center;
    height: 125px;
}

.soft .soft_detail .title_box p:first-child {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
}

.soft .soft_detail .title_box p:last-child {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.45rem;
}

.soft .soft_detail .box_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.soft .soft_detail .box_box div {
    height: 4.3rem;
    width: 24%;
    border-radius: 0.1rem;
    border: #4382f9 solid 0.1px;
    margin-top: 0.8rem;
    text-align: center;
    transition: all 0.1s;
}

.soft .soft_detail .box_box div:hover {
    border: #ffffff solid 0.1px;
    background: #ffffff;
    color: #1a67f8;
}

.soft .soft_detail .box_box div:hover p {
    color: #1a67f8;
}

.soft .soft_detail .box_box div:hover p:last-child {
    color: #000000;
}

.soft .soft_detail .box_box div p {
    font-size: 0.2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.3rem;
}

.soft .soft_detail .box_box div p:last-child {
    margin: 0.2rem auto 0;
    font-size: 0.16rem;
    font-weight: 400;
    color: #ffffff;
    width: 90%;
}

.soft .soft_detail .box_box div img {
    height: 1.2rem;
    width: 1.2rem;
    margin: 0.43rem auto 0.4rem;
}

.soft .soft_detail .down_box {
    height: 100px;
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.soft .soft_detail .down_box a {
    width: 250px;
    height: 72px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: #fe6628;
    font-size: 22px;
    display: inline-block;
    border: 1px solid #fd8935;
    border-radius: 5px;
    background: #ffffff;
    margin-right: 3px;
}

.soft .soft_detail .down_box .buy {
    background: linear-gradient(90deg, #fe6628 0%, #fd8e36 100%);
    color: #ffffff;
}

.soft .soft_detail .down_box a:hover {
    background: linear-gradient(90deg, #fe6628 0%, #fd8e36 100%);
    color: #ffffff;
    transition: all 0.2s;
}

.city_index {
    margin-top: 1.5rem;
}

.city_index .tag_box p {
    color: #333333;
}

.city_index .tag_box i {
    font-style: normal;
}

.city_index .city_list {
    margin-top: 15px;
    padding: 0 15px 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.city_index .city_list p {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: bold;
}

.city_index .city_list .list {
    margin-top: 15px;
}

.city_index .city_list .list a {
    display: inline-block;
    color: #333333;
    margin-right: 25px;
    margin-bottom: 15px;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend_courses,
.category_list,
.hot_courses,
.new_courses {
    margin-top: 10px;
}

.recommend_courses .sub-title,
.category_list .sub-title,
.hot_courses .sub-title,
.new_courses .sub-title {
    border-bottom: none;
}

.recommend_courses .sub-title b,
.category_list .sub-title b,
.hot_courses .sub-title b,
.new_courses .sub-title b {
    font-size: 20px;
}

.recommend_courses .sub-title b::after,
.category_list .sub-title b::after,
.hot_courses .sub-title b::after,
.new_courses .sub-title b::after {
    content: none;
    background: none;
}

.video_category {
    width: 98%
}

.video_category ul li .sub_bar {
    display: none;
    position: absolute;
    width: auto;
    max-width: 80%;
    height: auto;
    background: #fff;
    padding: 12px 15px;
    line-height: 40px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    z-index: 10;
}

.video_category ul li .sub_bar > a {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 8px;
    text-align: left;
    /*width: 100%;*/
    position: relative;
}

.video_category ul li:hover .sub_bar.has {
    display: flex;
}

.video_category ul li:hover .sub_bar {
    display: flex;
    flex-wrap: wrap;
}

.video_category ul li > a:hover {
    text-decoration: none;
}

.video_box {
    /*    弹性盒子 自动换行 每行4个*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;

}

.video_box .video_item {
    position: relative;
    width: 23%;
    height: auto;
    /*padding: 50px 20px;*/
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 2%);*/
}

.video_box .video_item .pic b {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#ff9356), to(#ff5d45));
    background: linear-gradient(90deg, #ff9356, #ff5d45);
    border-radius: 0 8px 8px 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.video_box .video_item:hover {
    box-shadow: 0 10px 20px rgb(21 19 19 / 20%);
}

.video_box .video_item .text {
    padding: 10px;
}

.video_box .video_item .text b {
    font-size: 16px;
    color: #333;
    /*    最多显示两行，超出部分隐藏显示省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video_ad_box {
    position: relative;
    width: 100%;
    height: 170px;
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video_ad_box .download_box {
    position: absolute;
    bottom: 15px;
    right: 45px;
}

.video_ad_box .download_box .download_btn {
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #fe6628, #fd8f36);
    background-color: #FF8924;
    box-shadow: 0px 12.5px 17.5px 0px rgb(0 0 0 / 15%);
    border-radius: 12.5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    cursor: pointer;
}

.video_ad_box .download_box .download_btn:first-child {
    background-image: linear-gradient(90deg, #06f, #2e92ff);
}

.video_ad_box .download_box .download_btn:first-child:hover {
    background-image: linear-gradient(90deg, #0054ff, #237fff);
    background-color: #0054ff;
}

.video_ad_box .download_box .download_btn:last-child:hover {
    background-image: linear-gradient(90deg, #ff4201, #ff802b);
    background-color: #FF6C00;
}

.video_play_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.video_play_box .video_player {
    display: flex;
    height: auto;
    /*max-height: 600px;*/
    background: #1b2128;
    border: 1px solid #c0c5cc;
}

.video_play_box .video_player .wrapper-player {
    flex: 3;
}

.video_play_box .video_player .wrapper-player-aside {
    /*width: 360px;*/
    flex: 1;
    height: auto;
    max-height: 600px;
}

.video_play_box .wrapper-player-aside .title {
    position: relative;
}

.video_play_box .wrapper-player-aside .title > div {
    display: flex;
    width: 100%;
}

.video_play_box .wrapper-player-aside .title .item {
    width: 50%;
    height: 50px;
    color: #a1a9b2;
    text-align: center;
    line-height: 50px;
}

.video_play_box .wrapper-player-aside .title .item.active {
    color: #c0c5cc;
}

.video_play_box .wrapper-player-aside .info {
    overflow: overlay;
    max-height: 530px;
}

.video_play_box .wrapper-player-aside .info_item {
    display: none;
    height: auto;
    width: 100%;
}

.video_play_box .wrapper-player-aside .info_item.active {
    display: block;
}

.video_play_box .wrapper-player-aside .info_item.introduce {
    padding: 5px 10px;
}

.video_play_box .wrapper-player-aside .info_item.introduce .title {
    font-size: 16px;
    max-height: 55px;
    line-height: 25px;
    color: #CCC;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video_play_box .wrapper-player-aside .info_item.introduce .detail {
    color: #a1a9b2;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 4px;
    overflow: hidden;
    margin-top: 5px;
}

.video_play_box .wrapper-player-aside .info_item.news_box {

}

.video_play_box .wrapper-player-aside .info_item.news_box a {
    display: flex;
}

.video_play_box .wrapper-player-aside .info_item.news_box a span {
    padding: 0 5px 0 0;
    color: #CCCCCC;
}

.video_play_box .wrapper-player-aside .info_item.news_box li {
    height: auto;
    padding: 10px 0;
    width: 95%;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    margin: 0 auto;
}

.video_play_box .wrapper-player-aside .info_item.news_box li:last-child {
    border-bottom: none;
}

.video_play_box .wrapper-player-aside .news_box .content {
    width: 100%;
    margin-left: 12px
}

.video_play_box .wrapper-player-aside .news_box img {
    max-width: 120px;
}

.video_play_box .wrapper-player-aside .news_box .content .title {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    color: #CCC;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video_play_box .wrapper-player-aside .news_box .content .summary_ {
    color: #a1a9b2;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 4px;
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video_play_box .wrapper-player-aside .tip {
    position: absolute;
    bottom: 0px;
    width: 25px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #2080f7;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 25%;
}

.video_bottom .left_box {
    padding: 16px 0 20px 0;
}

.video_bottom .left_box .view_title_box {
    display: flex;
    justify-content: flex-start;
}

.video_bottom .left_box .title {
    font-size: 24px;
    line-height: 45px;
    height: 45px;
    color: #0f1419;
    /*-webkit-flex: 1 100%;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    width: auto;
    max-width: 70%;
}

.video_bottom .left_box .view_top {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    flex-wrap: wrap;
}

.video_bottom .left_box .view_top span {
    width: auto;
    padding: 15px 30px 15px 0;
}

.mbx .mbx_ul {
    display: flex;
}

.mbx .mbx_ul li {
    position: relative;
}

.mbx .mbx_ul .mbx_list {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    position: absolute;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding-left: 5px 10px 5px 10px;
}

.mbx .mbx_ul .mbx_list a {
    display: block;
    width: auto;
    line-height: 20px;
    padding: 5px 0px 5px 0px;

}

.mbx .mbx_ul .mbx_list a:hover {
    color: #195aff;
}

.mbx .mbx_ul li:hover .mbx_list {
    display: block;
    min-width: 8em;
}

.mbx .mbx_ul .mbx_list .sub_list {
    position: absolute;
    right: -125px;
    top: 0;
    background: #fff;
    width: 120%;
    text-align: center;
    display: none;
}

.mbx .mbx_ul li:hover .mbx_list li:hover .sub_list {
    display: block;
}

.mbx .mbx_ul .min-txt {
    display: none;
}

.mbx .mbx_ul .all-txt {
    display: inline-block;
}

.video_bottom .left_box .view_top span {
    line-height: 24px
}

.video_bottom .left_box .view_top .iconfont_yiwo {
    font-size: 24px;
    vertical-align: bottom;
}

.video_bottom .left_box .view_top .top:hover {
    color: #0A84FF;
}

.video_bottom .left_box .view_top .top.active {
    color: #0A84FF;
}

.bshare-box {
    margin: 0px 0px 20px;
    width: auto;
}

.video_info .detail {
    max-width: 75%;
    padding-bottom: 20px;
    overflow: hidden;
    height: 45px;
}

#close {
    display: none;
    /*    鼠标样式*/
    cursor: pointer;
}

#open {

    margin-top: 10px;
    display: none;
    cursor: pointer;
}

#open, #close {
    /*淡蓝色*/
    color: rgba(0, 67, 255, 0.8);
}

#open.active {
    display: inline-block;
}

#close.active {
    display: inline-block;
}

@media (max-width: 1440px) {
    .home .section2 .lists .item .tag {
        font-size: 20px;
    }

    .home .section2 .lists .item .tag span {
        font-size: 1rem;
    }

    .file_type .file_type_box img {
        margin: 0.2rem auto 0.2rem;
    }

    .worry_box .worry .worry_detail .box_left dl {
        left: 1.2rem;
    }

    .file_type .file_type_box .box p:last-child {
        height: 1.3rem;
        overflow: hidden;
    }

    /* sjhf */
    .city_banner .banner_city {
        padding-top: 60px;
    }

    .city_banner .banner_city .left-box .text p {
        font-size: 34px;
    }

    .city_banner .banner_city .left-box .main_button {
        margin-top: 70px;
    }

    .city_banner .banner_city .left-box .text span {
        font-size: 70px;
    }

    .worry_box .worry .worry_detail .box_right .box_title {
        font-size: 40px;
    }
}

@media (max-width: 1400px) {
    .home .section2 .lists .item .tag {
        font-size: 14px;
    }

    .home .section2 .lists .item .tag span {
        font-size: 0.9rem;
    }

    .worry_box .worry .worry_detail .box_left dd {
        padding: 0;
    }

    .worry_box .worry .worry_detail .box_left dd:first-child {
        width: 1.6rem;
        margin-left: 3rem;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(2) {
        margin-left: 3.4rem;
        width: 1.5rem;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(3) {
        width: 2rem;
        margin-left: 3rem;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(4) {
        margin-left: 2.8rem;
        width: 2rem;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(5) {
        width: 1.6rem;
        margin-left: 3rem;
    }

    /*    header nav .menu ul li .sub_bar.first_{
            padding: 20px 80px;
        }*/
}

@media (max-width: 1200px) {
    .home .section2 .lists .item .tag {
        font-size: 14px;
    }

    .home .section2 .lists .item .tag span {
        font-size: 0.7rem;
    }

    .home .section2 .lists .item {
        width: 24%;
    }

    .worry_box .worry .worry_detail .box_left {
        background-size: contain;
    }

    .worry_box .worry .worry_detail .box_left dl {
        left: 0.3rem;
    }

    .worry_box .worry .worry_detail .box_right {
        padding-left: 0;
    }

    .worry_box .worry .worry_detail .box_left dd {
        margin-top: 0.36rem;
    }

    .file_type .file_type_box .box p {
        line-height: 0.25rem;
    }

    .video_box .video_item .text b {
        font-size: 14px;
    }

    .video_category ul li .sub_bar {
        z-index: 10;
    }

    /*    header nav .menu ul li .sub_bar.first_{
            padding: 20px 60px;
        }*/
}

@media (max-width: 1024px) {
    .home .banner .text .pro {
        width: 800px;
        left: 60%;
    }

    .share_side {
        display: none;
    }

    .aside-fixed {
        display: none !important;
    }

    header nav .logo {
        width: 140px;
    }

    header nav .menu {
        width: calc(100% - 250px);
        font-size: 16px;
    }

    .home .banner .text h3 {
        font-size: 50px;
    }

    .home .banner .text .subtitle {
        font-size: 20px;
    }

    .btn {
        width: 200px;
        line-height: 60px;
    }

    .common-title .des {
        flex-wrap: wrap;
        align-items: baseline;
    }

    .common-title .des > p {
        font-size: 14px;
        width: calc(100% - 200px);
        line-height: 1.7;
        opacity: 0.7;
    }

    .common-title .des p.en {
        width: auto;
    }

    .home .section1 .tabs .tab-plane .right .item {
        padding: 20px;
    }

    .home .section1 .tabs .tab-plane .right .item .flex h3 {
        line-height: 1.4;
        font-size: 14px;
        width: calc(100% - 57px);
    }

    .home .section1 .tabs .tab-plane .right .item .des {
        font-size: 12px;
    }

    .btn.large {
        width: 200px;
        line-height: 60px;
    }

    .btn.middle {
        font-size: 12px;
    }

    .home .section3 .right img {
        width: 100%;
    }

    .home .section3 {
        padding: 0 5%;
        background-image: none;
    }

    footer .words p,
    footer .words a {
        font-size: 12px;
    }

    footer .words a {
        padding: 0px 5px;
    }

    footer .top .nav .item + .item {
        margin-left: 0px;
    }

    footer .top .logo {
        width: 150px;
    }

    footer .top .left {
        width: 35%;
    }

    footer .top .right {
        width: 60%;
    }

    .home .section4 .knowledge-planes .item .right {
        display: none;
    }

    .home .section4 .knowledge-planes .item .item-box {
        width: 100%;
    }

    .boxes {
        padding: 45px 0px;
    }

    .mbx {
        margin-bottom: 15px;
    }

    .product-nav {
        width: 250px;
    }

    .product-nav ul {
        padding: 15px;
    }

    .product-nav ul li {
        line-height: 45px;
        font-size: 14px;
    }

    .system-box {
        width: calc(100% - 270px);
    }

    .system-list {
        margin-top: 10px;
    }

    .system-list ul li .name {
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .system-list ul li {
        padding: 15px 10px;
    }

    .join-list.three li .title {
        font-size: 16px;
    }

    .join-list.three li .info p {
        font-size: 14px;
        line-height: 20px;
    }

    .join-list.three li {
        padding: 15px;
    }

    .join-list.three li .icon {
        margin-left: -37.5px;
        top: -47.5px;
        width: 75px;
        padding: 10px;
    }

    .join-list.three li .beta .beta-box .beta-dw {
        line-height: 35px;
        font-size: 12px;
    }

    .join-list.three li .info p::after {
        top: 8px;
    }

    .screen_list.full {
        width: 100%;
    }

    .system-list.four ul li .name {
        line-height: 20px;
        min-height: 40px;
    }

    .system-list.four ul li .des {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .join-list.three li .beta .beta-box .beta-xq {
        margin-top: 5px;
    }

    .system-list ul li .icon {
        width: 55px;
        height: 55px;
    }

    .focus-div .name {
        font-size: 14px;
    }

    .focus-list a .txt {
        font-size: 12px;
    }

    .sub-title {
        font-size: 20px;
    }

    .sub-title .st-more {
        font-size: 18px;
    }

    .info-center {
        min-height: 120px;
    }

    .detail-name .n {
        font-size: 20px;
    }

    .detail-name .d .li p {
        font-size: 12px;
    }

    .prev-next .p-box {
        padding: 15px;
        font-size: 12px;
    }

    .sub-title b::after {
        bottom: 0px;
    }

    .home .section1 .tabs .tab-plane .right .item .flex img {
        width: 40px;
    }

    .pt50 {
        padding-top: 80px;
    }

    .home .banner {
        height: 600px;
    }

    .home .section1 .tabs .tab-plane .right .item .flex b {
        display: block;
        width: calc(100% - 50px);
        line-height: 1.7;
    }

    .btn.middle {
        line-height: 34px;
    }

    .home .section1 .tabs .tab-plane .right .item .flex {
        align-items: center;
    }

    .home .section2 .lists .item .tag span {
        font-size: 80px;
    }

    .home .section1 .tabs .tab-plane .left b {
        font-size: 24px;
    }

    footer .top p,
    footer .top a {
        font-size: 12px;
    }

    footer .top .nav .item .flex a + a {
        margin-top: 5px;
    }

    footer .top .nav .item b {
        margin-bottom: 20px;
    }

    header nav .menu ul li .sub_bar {
        width: 500px;
        padding: 15px;
    }

    .system-list.four ul li .more {
        width: 90px;
        line-height: 34px;
    }

    .sys-nav a {
        padding: 5px 20px;
        font-size: 14px;
    }

    .soft-list ul li .xx-box .info .name {
        font-size: 20px;
    }

    .soft-list ul li .xx-box .icon {
        width: 35px;
    }

    .soft-list ul li .xx-box .info {
        width: calc(100% - 45px);
    }

    .soft-list ul li .xx-box .info .des {
        font-size: 14px;
    }

    .soft-list ul li .xx-box .info .summay p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .soft-list .link a {
        line-height: 34px;
        margin-right: 5px;
    }

    .sub-title b,
    .sub-title h2 {
        font-size: 20px;
    }

    .marks a {
        font-size: 12px;
        line-height: 33px;
    }

    .bf-box.full .bf-focus .thum {
        width: 200px;
    }

    .bf-box.full .bf-focus .info {
        width: calc(100% - 215px);
    }

    .bf-focus .info .des {
        margin: 0px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .bf-focus .info .time {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .bf-focus .info .name {
        font-size: 14px;
    }

    .bf-focus .info .mark a {
        color: rgba(0, 0, 0, 0.5);
        line-height: 24px;
    }

    .bf-box.full .bf-focus {
        margin-bottom: 10px;
    }

    #page a {
        font-size: 12px;
        padding: 0px 7px;
    }

    .bshare-custom.icon-medium a {
        width: 40px;
        height: 40px !important;
        line-height: 40px;
    }

    .system-list ul li .btns a {
        font-size: 12px;
        line-height: 33px;
    }

    .detail-des .name b {
        font-size: 35px;
    }

    .detail-des .des {
        font-size: 14px;
    }

    .detail-des .link a {
        width: 130px;
        font-size: 14px;
        line-height: 45px;
    }

    .product-nav b,
    .zz-list ul li .name b {
        font-size: 20px;
    }

    .zz-list ul li .name p {
        font-size: 12px;
    }

    .aa-more {
        width: 150px;
    }

    .communicate ul li .fuzhi,
    .faq-list ul li .info .xinxi a {
        font-size: 12px;
        line-height: 33px;
    }

    .faq-list ul li .info .xinxi a {
        width: 100px;
    }

    .step-list ul li .num {
        font-size: 68px;
    }

    .step-list ul li .name {
        margin-top: 0px;
    }

    .ld-list ul li .name {
        bottom: 0%;
        padding: 15px;
    }

    .ld-list ul li .name p {
        min-height: 46px;
        opacity: 0.7;
        line-height: 20px;
    }

    .bz-list ul li .info .des {
        font-size: 14px;
        opacity: 0.7;
    }

    .app-img {
        width: 400px;
    }

    .send-btn {
        margin-top: 30px;
    }

    .singePage {
        font-size: 14px;
    }

    .a-title {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .a-title.c {
        margin-bottom: 20px;
    }

    .a-title p {
        font-size: 14px;
        opacity: 0.7;
    }

    .mySwiper .swiper-slide {
        padding: 30px 20px;
        width: 300px;
        height: 420px;
    }

    .mySwiper .des {
        font-size: 14px;
        line-height: 2;
    }

    .mySwiper a {
        font-size: 12px;
    }

    .mySwiper .logo {
        width: 50px;
    }

    .mySwiper .pt .img {
        margin-bottom: 15px;
    }

    .index_map .idmap {
        height: 45vw;
        width: 100%;
        left: 0%;
        margin-left: 0px;
    }

    .manger ul li {
        width: 200px;
    }

    .manger ul li .name b {
        font-size: 20px;
    }

    .manger ul li .name p {
        font-size: 14px;
    }

    .manger ul {
        margin-bottom: 30px;
    }

    .value-list ul li .des {
        font-size: 14px;
    }

    .time_cycle {
        padding: 0px 5%;
    }

    .time_cycle .swiper-slide .d {
        font-size: 14px;
    }

    .time_cycle .swiper-slide .des {
        width: 200%;
        min-height: 60px;
    }

    .time_cycle .swiper-slide:nth-child(even) .year {
        margin-bottom: 15px;
    }

    .time_cycle .swiper-slide:nth-child(odd) .year {
        margin-top: 15px;
    }

    .join-list ul li .price span {
        font-size: 36px;
    }

    footer .words p,
    footer .words a,
    footer .top .nav .item .flex a {
        font-size: 12px;
    }

    footer .words p,
    footer .words a {
        font-size: 12px;
    }

    .ads-popup img {
        max-width: none;
        width: 150%;
        position: relative;
        left: -25%;
    }

    .worry_box .worry .worry_detail {
        display: block;
    }

    .worry_box .worry .worry_detail .box_left {
        display: none;
    }

    .worry_box .worry .worry_detail .box_right {
        width: 100%;
    }

    .worry_box .worry .worry_detail .box_right .box_title {
        text-align: center;
    }

    .worry_box .worry .worry_detail .box_right dl {
        padding-left: 32.3%;
    }

    .city_banner .banner_city .right-box {
        display: none;
    }

    .system-list.recom-list
    .recom-list-box.recom-list-box-detail
    li
    .text_
    p:last-child {
        height: 1rem;
    }
}

@media (max-width: 1370px) {
    header nav .menu ul li {
        width: calc(100% / 6);
    }
}

@media (max-width: 900px) {
    .hader-mask {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0%;
        top: 0%;
    }

    .home .banner .text .pro {
        left: 35%;
    }

    header.state .hader-mask {
        display: block;
    }

    header.state .other-nav {
        display: flex;
        width: 100%;
        background: #2319f5;
        color: #fff;
        padding: 20px 0px;
    }

    header nav .search.hover {
        width: 250px;
    }

    .other-nav a {
        color: #fff;
        position: relative;
        padding: 0px 10px;
        line-height: 20px;
        font-size: 14px;
    }

    .other-nav a img {
        width: 20px;
        margin: 0px auto;
    }

    .other-nav a::after {
        width: 1px;
        height: 60%;
        position: absolute;
        right: 0%;
        top: 20%;
        background: rgba(255, 255, 255, 0.1);
        content: "";
    }

    .other-nav a:last-child::after {
        display: none;
    }

    .other-nav .w1400 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    header .top {
        display: none;
    }

    header nav {
        height: auto;
        max-width: 100%;
        background: #fff;
        width: 100%;
        padding: 0px 0%;
        z-index: 10;
        flex-wrap: wrap;
    }

    header nav .logo {
        width: 150px;
        margin-left: 5%;
        position: absolute;
        top: 20px;
    }

    header nav .menu,
    header nav .search,
    .home .section1 .tabs,
    footer .top .right,
    footer .links {
        display: none;
    }

    footer .bottom {
        direction: initial;
        flex-wrap: wrap;
        text-align: center;
        padding: 10px 0px;
        height: auto;
    }

    footer .top .right {
        display: block;
        width: 150px;
    }

    footer .top .left {
        width: calc(100% - 200px);
    }

    footer .top .nav .item {
        display: none;
    }

    footer .top .nav .item:last-child {
        display: block;
    }

    footer .bottom > p {
        display: block;
        width: 100%;
        text-align: center;
        height: auto;
        padding: 0px 0px;
        line-height: 20px;
        padding-top: 5px;
    }

    .site-map {
        width: 100%;
        text-align: center;
    }

    .home .banner {
        height: 60vw;
        margin-top: 60px;
    }

    .common-title .des > p {
        width: calc(100% - 300px);
    }

    .common-title .des {
        margin-top: 10px;
    }

    .home .section1 .software-types {
        padding: 0px;
        margin-top: 25px;
    }

    .common-title h2,
    .common-title h1 {
        font-size: 24px;
    }

    .home .section1 .software-types .item img {
        width: 80%;
        margin-left: 10%;
    }

    .home .section1 .software-types .item.active b,
    .home .section1 .software-types .item:hover b {
        color: #3e3e3e;
        border-color: transparent;
    }

    .home .section1 .software-types .item b {
        color: #3e3e3e;
        font-size: 16px;
        line-height: 40px;
        border-bottom: none;
    }

    .home .section1 .software-types .item img {
        opacity: 1;
    }

    .btn.large {
        width: 140px;
        line-height: 45px;
        font-size: 14px;
    }

    .home .section1 {
        padding: 50px 0px;
        padding-bottom: 0px;
    }

    .home .section1 .more {
        padding-top: 25px;
    }

    .home .section3 {
        position: relative;
        padding: 50px 5%;
        padding-top: 0px;
        overflow: hidden;
    }

    .home .section1,
    .home .section4,
    .home .posts,
    footer {
        overflow: hidden;
    }

    .home .section3 .left .des {
        margin-top: 25px;
        margin-bottom: 35px;
        font-size: 14px;
        color: #3e3e3e;
        width: 70%;
    }

    .home .section3 .left {
        width: 100%;
    }

    .home .section3 .right {
        width: 30%;
        position: absolute;
        right: 0%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home .section4 .knowledge-planes .item .left .news.top .title {
        font-size: 14px;
    }

    .home .section4 .knowledge-planes .item .item-box {
        flex-wrap: wrap;
    }

    .home .section4 .knowledge-planes .item .left,
    .home .section4 .knowledge-planes .item .center {
        width: 100%;
    }

    .menu_btn {
        display: block;
    }

    header {
        background: #fff;
        height: 60px;
    }

    header nav .logo img {
        opacity: 0;
    }

    header nav .logo .color {
        opacity: 1;
    }

    header.active {
        transform: translateY(0px);
    }

    .btn {
        width: 120px;
        line-height: 45px;
    }

    .btn.o {
        font-size: 14px;
        border-width: 1px;
    }

    .home .banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .home
    .banner
    .swiper-pagination
    .swiper-pagination-bullet
    + .swiper-pagination-bullet {
        margin-left: 5px;
    }

    .home .section2 .lists .item .des {
        font-size: 12px;
        opacity: 0.7;
    }

    .home .section2 > img {
        max-width: none;
        width: 150%;
        position: relative;
        margin-left: -25%;
    }

    .home .section2 .lists .item .tag span {
        font-size: 60px;
    }

    .home .section2 .lists .item .tag {
        font-size: 14px;
    }

    .common-title .en {
        font-size: 14px;
    }

    .common-title .en::before {
        width: 50px;
        height: 1px;
        left: -60px;
    }

    .home .section4 {
        padding-top: 30px;
    }

    .home .section4 .knowledge-tab {
        display: none;
    }

    .tabSwiper {
        display: block;
        margin-top: 25px;
        overflow: hidden;
        position: relative;
    }

    .kSwiper {
        display: block;
    }

    .tabSwiper .swiper-slide {
        padding: 25px 0px;
        text-align: center;
    }

    .tabSwiper .swiper-slide::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.05);
        left: 0;
        top: 0px;
        z-index: 2;
        transform-origin: left center;
        transition: transform 0.25s;
    }

    .home .section4 .knowledge-planes {
        display: none;
    }

    .kSwiper {
        overflow: hidden;
    }

    .kSwiper .swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .kSwiper .left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        line-height: 1;
        width: 100%;
    }

    .kSwiper .news {
        position: relative;
        width: 49%;
    }

    .kSwiper .news.top {
        width: 100%;
    }

    .kSwiper .center {
        width: 100%;
    }

    .kSwiper .news .title {
        font-size: 14px;
        line-height: 40px;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    header nav .menu {
        line-height: 60px;
    }

    .tabSwiper .swiper-slide.color {
        color: #195aff;
    }

    .tabSwiper .swiper-slide::before {
        width: 0%;
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: 0%;
        content: "";
        background: #195aff;
        -webkit-transition: all 0.35s;
    }

    .tabSwiper .swiper-slide.color::before {
        width: 50%;
        left: 25%;
    }

    .kSwiper .center .a {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .kSwiper .center .a .iconfont {
        opacity: 0.3;
        flex-shrink: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: left;
    }

    .kSwiper .center .a .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 25px);
        line-height: 25px;
        font-size: 14px;
    }

    /* .home .section4,.home .section3,.home .section2,.home .section1,.posts,footer,.banner{
		display: none;
	} */
    header nav .menu ul li > a {
        color: #fff;
        z-index: 10;
        width: calc(100% - 60px);
    }

    header nav .menu {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        margin-top: 60px;
        padding: 10px 5%;
        background-color: #37383a;
        margin-right: 0%;
    }

    header nav .menu::after {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        top: 0%;
        background: rgba(0, 0, 0, 0.05);
        content: "";
    }

    header.state::before {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0%;
        top: 0%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
    }

    header.state nav .menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    header.state nav .search {
        display: block;
    }

    header nav .menu ul {
        flex-wrap: wrap;
    }

    header nav .menu ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    }

    header nav .menu ul li:last-child {
        border-bottom: none;
    }

    header nav .menu ul li .sub_bar {
        width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        position: relative;
        padding: 0px;
        display: none;
        background-color: #37383a;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    header nav .menu ul li .sub_bar a {
        color: #fff;
    }

    header nav .menu ul li .sub_bar a::after {
        border-left: 5px solid rgba(255, 255, 255, 0.5);
    }

    header nav .menu ul li .sub_bar .bar .name {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    header nav .menu ul li:hover .sub_bar,
    header nav .menu ul li:hover .sub_bar.has {
        display: none;
    }

    header nav .menu ul li.open .sub_bar {
        display: flex;
        left: 0%;
        width: auto;
    }

    header nav .menu ul li .sub_bar .bar {
        width: 48%;
        margin-bottom: 12px;
    }

    header nav .menu ul li .sub_bar .bar .name::after {
        display: none;
    }

    header nav .menu ul li.open .sub_bar.has {
        display: flex;
    }

    header nav .menu ul li .sub_bar.has {
        left: 0%;
    }

    header nav .menu ul li:nth-child(4) .sub_bar.has,
    header nav .menu ul li:nth-child(5) .sub_bar.has,
    header nav .menu ul li:nth-child(6) .sub_bar.has,
    header nav .menu ul li:nth-child(7) .sub_bar.has {
        width: 100%;
        margin-left: 0%;
    }

    header nav .menu ul li .sub_bar.has a {
        width: 49%;
    }

    header nav .search {
        display: none;
        position: absolute;
        top: 6px;
        -webkit-transform: translateY(0%);
        width: 250px;
        border: 1px solid #195aff;
        margin: 0px auto;
        height: 48px;
        right: 70px;
    }

    .searchInput input {
        height: 46px;
        text-indent: 20px;
    }

    .searchIcon {
        height: 48px;
        width: 48px;
    }

    .searchInput {
        width: calc(100% - 48px);
    }

    .searchIcon .iconfont {
        background-image: url(../images/search-iconb.png);
        opacity: 1;
    }

    header.blue {
        background-color: #fff;
    }

    header {
        position: absolute;
    }

    .sub-banner {
        margin-top: 60px;
        overflow: hidden;
    }

    .product-nav {
        width: 150px;
    }

    .system-box {
        width: calc(100% - 170px);
    }

    header nav .menu ul li .sub_bar a:hover {
        color: #fff;
    }

    .pt50 {
        padding-top: 50px;
    }

    .mbx {
        margin-bottom: 0px;
    }

    .beifen-box {
        flex-wrap: wrap;
    }

    .beifen-right,
    .beifen-left {
        width: 100%;
    }

    .searchContent {
        margin-top: 40px;
    }

    .marks-tips {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 1.7;
    }

    .zz-list ul li {
        height: 300px;
    }

    .zz-list {
        margin-bottom: 45px;
    }

    .faq-list ul li .info .xinxi .des {
        font-size: 12px;
    }

    .qg-box img {
        max-width: none;
        width: 150%;
        position: relative;
        left: -25%;
    }

    .join-list ul li {
        width: 49%;
        padding: 25px;
    }

    .join-list ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .join-list ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .join-list ul li .name {
        font-size: 20px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

    .join-list ul li .name::after {
        width: 20px;
        margin-left: -10px;
    }

    .join-list ul li .price span {
        font-size: 28px;
    }

    .join-list ul li .more {
        width: 100px;
        font-size: 12px;
    }

    .join-list.three li {
        width: 32%;
        margin-right: 2%;
    }

    .join-list.three ul li:nth-child(2n) {
        margin-right: 2%;
    }

    .join-list.three ul li:nth-child(3n) {
        margin-right: 0%;
    }

    .soft-list ul li {
        padding: 25px 20px;
        margin-bottom: 15px;
    }

    .soft-list ul li .xx-box .icon {
        display: none;
    }

    .soft-list ul li .xx-box {
        display: block;
    }

    .soft-list ul li .xx-box .info {
        width: 100%;
    }

    .soft-list .link a {
        padding: 0px 10px;
    }

    .soft-list .link a {
        margin-right: 2px;
        font-size: 12px;
    }

    footer .words {
        margin-top: 15px;
    }

    .a-img {
        display: none;
    }

    .a-info {
        width: 100%;
    }

    .index_map {
        display: none;
    }

    .soft-list ul li:nth-child(odd) {
        padding: 25px 20px;
    }

    .soft-list ul li .xx-box .thum {
        width: 100%;
        margin-bottom: 15px;
    }

    .soft-list ul li .xx-box .info .name {
        text-align: center;
    }

    .soft-list .link {
        justify-content: center;
    }

    .join-recommon {
        width: 250px;
    }

    .join-content {
        width: calc(100% - 260px);
    }

    .j-title {
        margin-bottom: 15px;
        flex-wrap: wrap;
        line-height: 1.6;
        padding-bottom: 10px;
    }

    .j-title p {
        display: block;
        width: 100%;
    }

    .m-bar {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0%;
        top: 0%;
    }

    .m-bar::after {
        width: 15px;
        height: 15px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(100%, -50%) rotate(-90deg);
        background: url(../images/arrow-down.png) no-repeat;
        background-size: cover;
        content: "";
    }

    header nav .menu ul li:first-child .m-bar::after {
        display: none;
    }

    header nav .menu ul li.open .m-bar::after {
        -webkit-transform: translate(100%, -50%) rotate(0deg);
    }

    header nav .menu ul li .sub_bar .bar .name .icon {
        width: 20px;
    }

    header nav .menu ul li .sub_bar a::after {
        left: 10px;
    }

    header nav .menu ul li .sub_bar .bar .list a {
        padding-left: 30px;
    }

    .tc_sphtml {
        width: 90%;
    }

    .tc_close {
        right: -0px;
        top: -44px;
    }

    .worry_box .worry .worry_detail .box_right dl {
        padding-left: 30%;
        padding-top: 0.5rem;
    }

    .system-list.recom-list .recom-list-box.recom-list-box-detail li .pic {
        display: none;
    }

    .city_banner .now_city {
        position: absolute;
        top: 53.3rem;
    }

    .worry_box .worry .worry_detail .box_right {
        padding-top: 0.2rem;
        height: 5.8rem;
    }

    .file_type {
        background: url(/images/city/bg_cite.png) 0rem no-repeat;
    }

    .city_banner .con {
        width: 100%;
    }

    .city_banner .con-box {
        width: 98%;
    }

    .video_box .video_item {
        width: 48%;
    }

    .mbx .mbx_ul h1 {
        padding: 0px 1px 0px 0px;
        font-size: 12px;
    }

    .mbx .mbx_ul .min-txt {
        display: inline-block;
    }

    .mbx .mbx_ul .all-txt {
        display: none;
    }

    .video_ad_box .download_box {
        display: none;
    }

    .video_play_box .video_player {
        display: block;
    }

    .video_info .detail {
        width: 100%;
        max-width: 100%;
    }

    .video_bottom .left_box .title {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .pt50 {
        padding-top: 40px;
    }

    .sub-title {
        line-height: 25px;
        padding-bottom: 12px;
    }

    .sub-title .st-more {
        font-size: 14px;
        top: 0%;
        -webkit-transform: translateY(0%);
    }

    .bf-box.full .bf-focus .thum {
        width: 150px;
    }

    .mbx {
        font-size: 12px;
        margin-top: -10px;
    }

    .bf-box.full .bf-focus .info {
        width: calc(100% - 160px);
    }

    .bf-box {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .bf-focus .info .des {
        display: none;
    }

    .sub-title b::after {
        bottom: -14px;
        width: 40px;
    }

    footer .top {
        flex-wrap: wrap;
        position: relative !important;
        height: auto !important;
        background-color: transparent;
        border-bottom: none;
    }

    footer .top .right {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    footer .top .left {
        width: 100%;
        margin-bottom: 25px;
    }

    footer {
        padding: 30px 0px 0px;
        min-width: 100% !important;
    }

    .idx_banner_v3 {
        margin-top: 60px !important;
    }

    footer .top .logo {
        margin-bottom: 15px;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .home .banner {
        height: 80vw;
        padding-bottom: 0px;
    }

    .home .banner .swiper-pagination {
        bottom: 0px;
    }

    .btns .btn + .btn {
        margin-left: 5px;
    }

    .btn {
        width: 80px;
        line-height: 38px;
    }

    .btn.o {
        font-size: 12px;
        border: 1px solid #fe6628;
        font-weight: normal;
    }

    .home .section1 {
        padding: 40px 0px;
    }

    .common-title .des > p {
        width: 100%;
        font-size: 12px;
    }

    .common-title h2,
    .common-title h1 {
        font-size: 20px;
    }

    .common-title .des p.en {
        position: absolute;
        top: 6px;
        right: 0%;
    }

    .common-title .en::before {
        width: 30px;
        height: 1px;
        left: -40px;
        margin-top: 0px;
    }

    .common-title .des {
        margin-top: 5px;
    }

    .home .section1 .software-types {
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .home .section1 .software-types .item {
        width: calc(50% - 5px);
        background: #fff;
        padding: 25px 0px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .home .section1 .software-types .item img {
        width: 60%;
        margin-left: 20%;
    }

    .home .section1 .software-types .item b {
        margin-top: 0px;
    }

    .home .section1 .software-types .item.last {
        display: block;
    }

    .home .section1 .more {
        display: none;
    }

    .home .section2 > img {
        display: none;
    }

    .home .section2 {
        background: url(../images/section2-bg.jpg) center center no-repeat;
        background-size: cover;
    }

    .section-center {
        width: 100%;
        padding: 50px 5%;
        position: relative;
        left: 0%;
        top: 0%;
        -webkit-transform: translate(0%, 0%);
    }

    .home .section2 .lists {
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .home .section2 .lists .item {
        width: 50%;
        position: relative;
        padding: 25px 15px;
    }

    .home .section2 .lists .item::after {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        bottom: 0%;
        content: "";
        background: rgba(255, 255, 255, 0.5);
    }

    .home .section2 .lists .item:nth-child(odd)::before {
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0%;
        top: 0%;
        content: "";
        background: rgba(255, 255, 255, 0.5);
    }

    .home .section2 .lists {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .home .section2 .lists .item:nth-child(even)::before {
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0%;
        top: 0%;
        content: "";
        background: rgba(255, 255, 255, 0.5);
        display: none;
    }

    .home .section2 .lists .item .des {
        padding-top: 0%;
        min-height: 80px;
    }

    .home .section2 .lists .item .tag span {
        font-size: 50px;
    }

    .home .section2 .lists .item:nth-child(3)::after,
    .home .section2 .lists .item:nth-child(4)::after {
        display: none;
    }

    .home .section3 {
        padding: 40px 5%;
    }

    .home .section3 .left .des {
        margin-top: 15px;
        width: 100%;
        margin-bottom: 15px;
    }

    .home .section4 {
        background-color: #fff;
        padding: 35px 0px 0px;
    }

    .tabSwiper {
        margin-top: 15px;
    }

    .tabSwiper .swiper-slide {
        padding: 15px 0px;
        font-size: 14px;
        overflow: hidden;
    }

    .tabSwiper .swiper-slide.color::before {
        width: 100%;
        left: 0%;
    }

    .kSwiper .item-box {
        width: 100%;
    }

    .home .posts .iconfont {
        font-size: 20px;
        width: 25px;
    }

    .home .posts .lists {
        width: calc(100% - 20px);
        margin-left: 0px;
    }

    .home .posts {
        height: 45px;
        padding: 0px;
    }

    header nav .menu ul li .sub_bar .bar .name .txt {
        font-size: 14px;
    }

    header nav .menu ul li .sub_bar {
        padding-left: 0%;
    }

    header nav .menu ul li .sub_bar .bar .list a {
        font-size: 12px;
    }

    header nav .menu ul li .sub_bar .bar .name .icon {
        width: 20px;
    }

    header nav .menu ul li .sub_bar .bar .name .txt {
        width: calc(100% - 25px);
        margin-left: 5px;
    }

    header nav .menu ul li .sub_bar .bar .list a {
        padding-left: 25px;
    }

    header.blue nav .menu ul li .sub_bar .bar .list a {
        color: #fff;
    }

    header nav .menu ul li .sub_bar a::after {
        left: 10px;
    }

    header nav .menu ul li {
        line-height: 45px;
    }

    header nav .search {
        width: 130px;
        position: absolute;
        top: 12.5px;
        margin: 0px;
        right: 60px;
        display: block;
    }

    .a-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .a-title.c {
        margin-bottom: 15px;
    }

    .hornors ul li,
    .hornors ul:nth-child(2) li {
        width: 50%;
    }

    .hornors ul:nth-child(1) li:last-child {
        width: 100%;
    }

    .hornors ul:nth-child(2),
    .hornors ul:nth-child(3) {
        width: 100%;
    }

    .hornors ul:nth-child(3) {
        margin-bottom: 0%;
    }

    .hornors ul:nth-child(3) li {
        width: 50%;
    }

    .hornors ul:nth-child(3) li:last-child {
        width: 100%;
    }

    .hornors ul li {
        padding: 5px;
    }

    .xz-list ul li {
        width: 48%;
        margin-right: 4%;
        padding: 15px;
        margin-bottom: 15px;
    }

    .xz-list ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .xz-list ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .xz-list ul li .name span {
        font-size: 28px;
    }

    .xz-list ul li .name {
        margin-bottom: 5px;
    }

    .xz-list ul li .des {
        font-size: 14px;
    }

    .xz-list ul li::before {
        left: 15px;
    }

    .xz-list ul li::before {
        top: 10px;
    }

    .mySwiper .pt .img {
        width: 30px;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .mySwiper .logo {
        margin-bottom: 0px;
        width: 40px;
    }

    .mySwiper .name {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .mySwiper .des {
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .mySwiper .swiper-slide {
        width: 70%;
        height: auto;
    }

    .swiper-btn {
        margin-top: 15px;
        padding: 0px 5%;
    }

    .manger ul li .name b,
    .manger ul:nth-child(2) li .name b {
        font-size: 14px;
    }

    .manger ul li .name p,
    .manger ul:nth-child(2) li .name p {
        font-size: 12px;
    }

    .manger ul:nth-child(2) {
        flex-wrap: wrap;
    }

    .manger ul:nth-child(2) li {
        width: calc(100% / 3);
    }

    .manger {
        margin-bottom: 50px;
    }

    .value-list ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        align-items: center;
        background: #f9f9f9;
    }

    .value-list ul li .img {
        width: 120px;
        border-radius: 10px 0px 0px 10px;
    }

    .value-list ul li .des {
        width: calc(100% - 120px);
        margin-top: 0px;
        padding: 15px;
    }

    .value-list ul li .img b {
        font-size: 18px;
        line-height: 1.4;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px 15px;
    }

    .value-list ul li .img::before {
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .value-list {
        margin-bottom: 50px;
    }

    .picture .list li .img_box img {
        width: auto;
        height: auto;
    }

    .join-list ul li .des {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .join-list ul li {
        padding: 20px 15px;
    }

    .join-list ul li .more {
        width: 90px;
        font-size: 12px;
        line-height: 34px;
    }

    .sub-banner img {
        max-width: none;
        width: 200%;
        position: relative;
        margin-left: -25%;
    }

    .boxes {
        padding: 35px 0px;
    }

    .step-list {
        margin-top: 15px;
    }

    .step-list ul li {
        width: 100%;
        padding: 35px 15px;
        margin-bottom: 10px;
    }

    .step-list ul li .num {
        top: 30px;
        font-size: 48px;
    }

    .ld-list ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .ld-list ul li .name p {
        font-size: 12px;
        min-height: auto;
        line-height: 1.4;
    }

    .ld-list ul li .name b {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .step-list ul li .name {
        font-size: 20px;
    }

    .ld-list ul li .name {
        padding-bottom: 10px;
    }

    .bz-list ul li {
        width: 100%;
        margin-right: 0%;
    }

    .bz-list ul li .icon {
        width: 100px;
    }

    .bz-list ul li .info {
        width: calc(100% - 110px);
    }

    .bz-list ul li .info .name {
        font-size: 16px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        line-height: 25px;
    }

    .bz-list ul li .info .name::after {
        width: 30px;
    }

    .bz-list ul li .info .des {
        font-size: 12px;
    }

    .app-img {
        width: 100%;
        margin-bottom: 0px;
    }

    .send-btn {
        width: 130px;
        line-height: 40px;
        font-size: 14px;
    }

    .zz-list ul {
        flex-wrap: wrap;
    }

    .zz-list ul li {
        width: 100%;
        height: auto;
        padding: 50px 15px;
        margin-bottom: 10px;
    }

    .zz-list ul li .name {
        position: relative;
        left: 0%;
        bottom: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .zz-list ul li .name b {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .zz-list ul li .img {
        width: 100px;
        margin-bottom: 15px;
    }

    .zz-list ul li:hover .name {
        bottom: auto;
    }

    .zz-list ul li a {
        opacity: 1;
        position: relative;
        left: 0%;
        width: 100px;
        font-size: 12px;
    }

    .zz-list ul li:hover a {
        bottom: auto;
    }

    .zz-list ul li {
        background-position: top center;
    }

    .contact-list ul li b {
        font-size: 24px;
    }

    .contact-list ul li p {
        width: 70px;
    }

    .aa-more {
        width: 120px;
    }

    .aa-more img {
        width: 26px;
        height: 26px;
    }

    .aa-more p {
        font-size: 12px;
    }

    .contact-list ul {
        margin-bottom: 25px;
    }

    .communicate ul {
        flex-wrap: wrap;
    }

    .communicate ul li {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
    }

    .communicate ul li .icon {
        width: 50px;
    }

    .communicate ul li .name {
        font-size: 14px;
        margin: 10px 0px;
    }

    .communicate ul li .name p {
        margin-top: 0px;
        font-size: 12px;
    }

    .communicate ul li .fuzhi {
        width: 80px;
    }

    .faq-list ul li .name .title {
        font-size: 14px;
    }

    .faq-list ul li .name {
        padding: 15px 10px;
    }

    .faq-list ul li .info .photo {
        width: 30px;
    }

    .faq-list ul li .info .xinxi {
        width: calc(100% - 35px);
    }

    .faq-list ul li .info {
        padding: 10px;
    }

    .faq-list ul li .info .xinxi a {
        width: 90px;
    }

    .product-box {
        flex-wrap: wrap;
    }

    .product-nav {
        width: 100%;
        margin-bottom: 10px;
    }

    .system-box {
        width: 100%;
    }

    .product-nav b {
        font-size: 16px;
        line-height: 55px;
        display: none;
    }

    .product-nav ul {
        display: flex;
        flex-wrap: wrap;
    }

    .product-nav ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0px;
        line-height: 40px;
        text-align: center;
        text-indent: 0px;
    }

    .product-nav ul li:nth-child(3n) {
        margin-right: 0%;
    }

    .system-nav .name {
        font-size: 14px;
        width: 80px;
        line-height: 50px;
    }

    .sys-bar {
        width: 100%;
        margin-left: 0px;
        justify-content: center;
    }

    .sys-bar a {
        padding: 0px 10px;
    }

    .system-nav .name {
        display: none;
    }

    .system-nav {
        background: transparent;
    }

    .sys-bar a:hover,
    .sys-bar a.active {
        background-color: transparent;
        color: #195aff;
    }

    .system-list ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .system-list ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .system-list ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .system-list ul li .des {
        display: none;
    }

    .detail-des .name b {
        font-size: 24px;
    }

    .detail-des .name {
        margin-bottom: 10px;
    }

    .rc-box {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }

    .rc-box .box,
    .rc-box .box:last-child {
        width: 100%;
        margin-bottom: 0px;
    }

    .rc-box .box {
        margin-bottom: 10px;
    }

    .s-div {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .s-div2 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .box3 {
        flex-wrap: wrap;
    }

    .box3 .thum,
    .box3 .name {
        width: 100%;
    }

    .box3 .thum {
        margin-bottom: 10px;
    }

    .box3 .name b {
        font-weight: normal;
        font-size: 14px;
    }

    .s-div3 {
        width: 100%;
    }

    .pb50 {
        padding-bottom: 0vw;
    }

    .detail-name {
        padding-top: 0px;
    }

    .detail-name .n {
        line-height: 1.6;
    }

    .detail-name {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .focus-list.even .a {
        width: 100%;
    }

    header nav .search.hover {
        width: 130px;
    }

    #page {
        margin-bottom: 0px;
    }

    .ts-list ul li {
        width: 100%;
        margin-bottom: 50px;
        padding: 50px 25px 35px;
        border-radius: 5px;
    }

    .ts-list ul li .name {
        margin-top: 10px;
    }

    .ts-list ul li .name b {
        font-size: 16px;
    }

    .ts-list ul li .name p {
        font-size: 12px;
        margin-top: 5px;
    }

    .ts-list ul li a {
        width: 100px;
        font-size: 12px;
    }

    .qg-box img {
        display: none;
    }

    .ts-box {
        width: 100%;
        position: relative;
        left: 0%;
        top: 0%;
        -webkit-transform: translateY(0%);
    }

    .soft-list ul li {
        direction: initial;
        flex-wrap: wrap;
    }

    .soft-list ul li .xx-box .info .name {
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
    }

    .soft-list ul li .xx-box .info .des {
        margin-bottom: 5px;
    }

    .soft-list .link {
        justify-content: center;
    }

    .soft-list .link a {
        margin-right: 5px;
        padding: 0px 7px;
    }

    .sys-nav {
        margin: 30px 0px 15px;
    }

    .soft-list ul li {
        padding: 25px 15px;
    }

    .soft-list ul li .xx-box {
        width: 100%;
    }

    .soft-list ul li:nth-child(even) {
        padding: 25px 15px;
    }

    .sub-banner.left img {
        margin-left: -50%;
    }

    .sub-title b {
        display: block;
        width: 75%;
    }

    .beifen-right {
        margin-bottom: 25px;
    }

    .site-map {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 25px;
    }

    .site-map a {
        margin-right: 5px;
        padding-left: 5px;
    }

    footer .words {
        padding: 10px 0px;
        display: flex;
        flex-wrap: wrap;
        line-height: 25px;
        align-items: center;
    }

    footer .words a {
        padding: 0px 4px;
    }

    header.blue.active .logo img:nth-child(1) {
        opacity: 0;
    }

    header.blue.active .logo .color {
        opacity: 1;
    }

    .join-content,
    .join-recommon {
        width: 100%;
        padding: 15px;
    }

    .join-content {
        margin-bottom: 10px;
    }

    .join-warp {
        flex-wrap: wrap;
    }

    .j-list ul li a {
        padding: 5px 0px;
    }

    header nav .search {
        height: 35px;
    }

    .searchIcon {
        height: 33px;
        width: 33px;
    }

    .searchInput input {
        height: 33px;
        font-size: 12px;
        text-indent: 15px;
    }

    .searchInput {
        width: calc(100% - 35px);
    }

    header nav .menu ul li::after {
        top: 16px;
    }

    .join-list.three li {
        width: 100%;
        margin-right: 0%;
    }

    .join-list.three li .icon {
        width: 50px;
        height: auto;
        padding: 5px;
        top: -25px;
        margin-left: -25px;
    }

    .info-center {
        min-height: auto;
    }

    .join-list.three li .info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .join-list.three li .info p {
        width: 100%;
        padding-left: 20px;
    }

    .join-list.three li .title {
        margin-bottom: 10px;
    }

    .join-list.three li {
        margin-bottom: 40px;
    }

    .sub-title.s p {
        font-size: 12px;
        width: 75%;
        white-space: initial;
    }

    .sub-title.s b {
        width: 100%;
    }

    .join-list.three {
        margin-top: 40px;
    }

    .join-list.three li .beta {
        width: 80%;
        margin-left: 10%;
    }

    .join-list.three li .beta .beta-box {
        width: 30%;
    }

    .join-list.three li .beta .beta-box .beta-dw {
        line-height: 31px;
    }

    .screen_list.full {
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .screen_list ul li .info .name {
        margin-top: 0px;
    }

    .screen_list ul li .icon {
        width: 40px;
    }

    .screen_list ul li .info {
        width: calc(100% - 50px);
    }

    .screen_list ul li .info .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .screen_list ul li .info .des {
        font-size: 12px;
        line-height: 1.7;
    }

    .screen_list.full ul li {
        margin-bottom: 15px;
    }

    .join-list.three li .info p::after {
        left: 5px;
    }

    .sub-title.nb {
        line-height: 25px;
        padding-bottom: 0px;
    }

    .sub-title.nb b {
        width: 75%;
        display: block;
        white-space: initial;
    }

    .sub-title.nb .st-more {
        top: 18px;
    }

    .screen_list {
        padding: 0px;
    }

    .screen_list ul {
        flex-wrap: wrap;
    }

    .screen_list ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .sub-title h2::after {
        bottom: -14px;
        width: 40px;
    }

    .img_box_pop {
        width: 100%;
    }

    .pop_img::after {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .article_button {
        width: 155px;
    }

    .article_button .icon {
        width: 50px;
        height: 50px;
    }

    .article_button .word {
        width: calc(100% - 50px);
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 8px;
    }

    .article_button .word font {
        font-size: 12px;
    }

    .prev-next {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .prev-next .p-box {
        width: 100%;
        padding: 10px;
        margin-bottom: 5px;
    }

    .prev-next .p-box .pt {
        width: 50px;
    }

    .prev-next .p-box a {
        display: block;
        width: calc(100% - 50px);
    }

    .m-bar {
        width: 45px;
        height: 45px;
    }

    header nav .menu ul li > a {
        width: calc(100% - 45px);
    }

    .other-nav {
        padding: 15px 0px;
    }

    .other-nav a {
        padding: 0px 8px;
        display: block;
        text-align: center;
        color: #fff;
    }

    .other-nav a img {
        width: 20px;
        margin: 0px auto;
    }

    .other-nav a::after {
        background: rgba(255, 255, 255, 0.1);
        height: 100%;
        top: 0%;
    }

    .m-bar::after {
        left: 30%;
    }

    .detail-tips {
        padding: 10px;
        line-height: 20px;
    }

    .home .banner .swiper-slide {
        background-position: 28% 50%;
    }

    .home .banner .text .btns {
        padding-top: 10px;
        z-index: 100;
        position: relative;
    }

    .form-box {
        width: 90%;
    }

    .form-box .form-top .name b {
        font-size: 18px;
    }

    .form-box .form-top .name p {
        font-size: 12px;
        opacity: 0.7;
    }

    .form-bottom .form {
        margin-bottom: 10px;
    }

    .form-bottom {
        padding: 0px 25px;
    }

    .submit-btn {
        width: 130px;
        font-size: 14px;
        line-height: 40px;
    }

    .colse-btn {
        top: -50px;
        right: 0px;
    }

    .form-bottom .form {
        line-height: 45px;
    }

    .form-bottom .form .label {
        width: 70px;
        font-size: 12px;
    }

    .form-bottom .form input {
        width: calc(100% - 70px);
    }

    .system-list ul li .btns {
        width: 80%;
        margin-left: 10%;
    }

    .system-list ul li .name {
        margin-bottom: 0px;
    }

    .system-list.four ul li {
        width: 49%;
        margin-right: 2%;
        padding-bottom: 15px;
    }

    .system-list.four ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .system-list.four ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .system-list.four ul li:nth-child(2n) {
        margin-right: 0%;
    }

    .system-list.four ul li .name {
        font-weight: normal;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: break-spaces;
        -webkit-box-orient: vertical;
    }

    .system-list.four ul li .more {
        width: 80px;
        line-height: 32px;
        font-size: 12px;
    }

    .ads-popup {
        display: none;
    }

    .pcShow {
        display: none;
    }

    .pcHide {
        display: block;
    }

    .singePage img.pcShow {
        display: none;
    }

    .singePage img.pcHide {
        display: block;
    }

    .sub-title.zs p {
        margin-top: 5px;
    }

    .cp-box {
        margin-bottom: 40px;
    }

    .home .section3 .left {
        position: relative;
        z-index: 10;
    }

    .home .section3 .right {
        width: 100%;
        opacity: 0.1;
    }

    .btn.large {
        width: 100px;
        line-height: 40px;
        font-size: 14px;
    }

    .singePage h2 {
        font-size: 16px;
    }

    .button_box {
        margin-bottom: 10px;
    }

    .page-box .name {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .page-box {
        padding: 20px 20px 100px;
    }

    .map-cat ul li .name {
        display: none;
    }

    .map-cat ul li .li {
        width: 100%;
        padding: 10px;
        justify-content: center;
    }

    .map-cat ul li .li a {
        padding: 0px 9px;
        margin-right: 0px;
        font-size: 12px;
    }

    .normal-box {
        padding: 15px;
        border-radius: 0px;
    }

    .sim-title {
        font-size: 20px;
        line-height: 1.6;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .map-cat ul li:nth-child(1) .li a {
        font-size: 14px;
        font-weight: bold;
        padding: 0px 20px;
        line-height: 35px;
    }

    .new-list {
        flex-wrap: wrap;
    }

    .new-list a {
        width: 100%;
        font-size: 14px;
        margin-right: 0%;
        line-height: 35px;
    }

    .button_video_editor {
        width: 160px;
        height: 54px;
    }

    .button_video_editor span {
        font-size: 14px;
    }

    .button_video_editor font {
        font-size: 12px;
    }

    footer .top .nav .item b {
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    header nav .logo {
        width: 130px;
    }

    header.blue.active .search {
        background-color: transparent;
        border-color: #477bff;
        color: rgba(0, 0, 0, 0.5);
    }

    header.blue.active .searchInput input {
        color: #3e3e3e;
    }

    header.blue.active .search .iconfont {
        background-image: url(../images/search-iconb.png);
        opacity: 1;
    }

    .product_banner_drw .word .button .globle_button {
        margin: 10px 0px !important;
    }

    header {
        min-height: 60px;
    }

    .product_banner_drw .word {
        padding-top: 70px !important;
    }

    .wrap_1200 img {
        width: 100% !important;
    }

    .detail-mark {
        flex-wrap: wrap;
        align-items: baseline;
    }

    .detail-mark .mks a {
        margin-bottom: 5px;
    }

    .sub-mark {
        margin-left: 0px;
        margin-top: 25px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .sub-mark a {
        padding-left: 0px;
    }

    .sub-mark a::after {
        right: 5px;
        height: 50%;
        top: 25%;
    }

    .pro-bg {
        margin-top: 60px;
        padding: 100px 0px 50px;
    }

    .ewm {
        width: 120px;
    }

    footer .top .nav .item img + p {
        margin-top: 5px;
    }

    .indexBanner {
        height: auto !important;
    }

    .full {
        margin-top: 60px !important;
    }

    .beifen-left .full {
        margin-top: 30px !important;
    }

    .beifen-right .full {
        margin-top: 0px !important;
    }

    .indexbanner_down {
        display: none;
    }

    .focus-div img {
        width: 100%;
        height: auto;
    }

    .new_content_20210622 .main-left,
    .new_content_20210622 .main-right {
        width: 100%;
    }

    .new_content_20210622 {
        margin-top: 50px !important;
    }

    .rc-box .box2 .thum a img {
        height: 120px;
    }

    .ads-popup.show,
    .ads-open {
        display: none;
    }

    .home .banner .text .btns .btn {
        width: 100px;
    }

    .home .banner .text .img {
        width: 300px;
    }

    .home .banner .text {
        top: 50%;
    }

    .singe-page a.button_video_editor span {
        font-size: 14px;
    }

    .singe-page a.button_video_editor font {
        font-size: 12px;
    }

    .beifen-box.mb100 {
        margin-bottom: 50px;
    }

    .sub-banner .txt {
        width: 90%;
        line-height: 1.4;
    }

    .sub-banner .txt b {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sub-banner .txt p {
        font-size: 14px;
    }

    .home .banner .text .pro {
        width: 350px;
        left: 20%;
    }

    .holder {
        padding-top: 0px;
    }

    .system-list ul li .sys-more {
        line-height: 45px;
    }

    .singePage img {
        width: 100% !important;
        height: auto !important;
    }

    .bshare-box {
        align-items: center;
    }

    .ewm-box .img img,
    .qq-box .img img {
        width: 190px;
        height: 190px;
    }

    .marks-tips {
        margin-bottom: 10px;
    }

    .drw_hand_banner .img .lottie {
        width: 90vw;
        height: 90vw;
    }

    .drw_hand_banner .wrap_1200 .lottie img {
        width: 100% !important;
        height: auto;
    }

    .bf-focus .info .mark a {
        line-height: 1.4;
        height: auto;
        padding: 5px 10px;
    }

    .worry_box .worry .worry_detail .box_right dl {
        padding-left: 20%;
    }

    .devices .img_box .i_detail:hover p:last-child {
        margin: 0.4rem auto 0 0;
    }

    .city_banner {
        margin-top: 60px;
    }

    .city_banner .banner_city .left-box .text p {
        font-size: 35px;
        color: #ffffff;
        line-height: 30px;
        margin-top: 30px;
        letter-spacing: 1px;
    }

    .city_banner .banner_city .left-box .main_button .buy {
        width: 250px;
        height: 60px;
        border-radius: 5px;
        line-height: 60px;
        font-size: 20px;
    }

    .soft .soft_detail {
        padding-top: 245px;
    }

    .soft .soft_detail .down_box a {
        width: 220px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-weight: bold;
        color: #fe6628;
        font-size: 20px;
        display: inline-block;
        border: 1px solid #fd8935;
        border-radius: 5px;
        background: #ffffff;
        margin-right: 3px;
    }

    .city_banner .now_city {
        position: absolute;
        /*        top: 6275px;*/
    }

    .city_banner .con {
        width: 98%;
    }

    .video_box .video_item {
        width: 48%;
    }
}

/* sjhf */

@media only screen and (max-width: 1024px) {
    .city_banner .banner_city .left-box {
        width: 100%;
        min-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .city_banner .banner_city .left-box .main_button {
        width: auto;
    }

    .city_banner .banner_city .left-box .text span {
        font-size: 50px;
    }

    .worry_box .worry .worry_detail .box_right .box_title {
        line-height: unset;
        height: auto;
        /* display: flex; */
        font-size: 30px;
        text-align: left;
    }

    .worry_box .worry .worry_detail .box_right dl {
        padding-left: 0;
    }

    .worry_box .worry .worry_detail .box_right dl dd {
        height: auto;
        line-height: unset;
        font-size: 15px;
        margin-top: 20px;
    }

    .worry_box .worry .worry_detail .box_right dd:before {
        margin-right: 10px;
    }

    .worry_box .worry .worry_detail {
        display: flex;
        justify-content: space-between;
    }

    .worry_box .worry .worry_detail .box_right {
        padding-top: 50px;
        width: auto;
        height: auto;
    }

    .worry_box {
        height: auto;
    }

    .worry_box .worry {
        height: auto;
    }

    .worry_box .worry .worry_detail .box_left {
        display: block;
        height: 400px;
        width: 400px;
        position: relative;
    }

    .worry_box .worry .worry_detail .box_left dl {
        width: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        height: auto;
    }

    .worry_box .worry .worry_detail .box_right dl {
        height: auto;
    }

    .worry_box .worry .worry_detail .box_left dd {
        margin-top: 20px;
        margin-left: auto !important;
        margin-right: 0;
        font-size: 15px;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(2) {
        margin-right: 10px;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(3) {
        margin-right: 20px;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(4) {
        margin-right: 30px;
    }

    .worry_box .worry .worry_detail .box_left dd:nth-child(5) {
        margin-right: 40px;
    }

    .file_type {
        min-height: unset;
        padding: 100px 0 100px;
        background: #4382f9;
        margin-top: 50px;
    }

    .file_type .file_type_box img {
        width: 80px;
        height: 80px;
    }

    .file_type .box_title p:first-child,
    .devices .text_box p:first-child,
    .soft .soft_detail .title_box p:first-child {
        font-size: 30px;
    }

    .file_type .box_title p:last-child,
    .devices .text_box p:last-child,
    .soft .soft_detail .title_box p:last-child {
        font-size: 16px;
        line-height: unset;
        margin-top: 10px;
    }

    .file_type .file_type_box div {
        margin-top: 50px;
    }

    .file_type .file_type_text {
        margin-top: 50px;
    }

    .devices {
        min-height: unset;
        padding: 100px 0;
        height: auto;
    }

    .devices .img_box .i_detail p:last-child {
        display: block;
    }

    .devices .img_box .i_detail:hover img {
        display: block;
    }

    .devices .img_box .i_detail:hover {
        background: #f7f7f7;
        color: #3e3e3e;
    }

    .devices .img_box .i_detail:hover p {
        display: block;
        width: auto;
        line-height: unset;
    }

    .devices .img_box .i_detail {
        height: auto;
        width: calc(50% - 15px);
        background-color: #f7f7f7;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        margin: 0;
        margin-top: 30px;
        padding: 20px;
    }

    .devices .img_box {
        padding-top: 30px;
    }

    .file_type .file_type_box div:hover {
        margin-top: 50px;
    }

    .file_type .file_type_text p {
        height: auto;
    }

    .file_type .file_type_text {
        min-height: unset;
        padding: 20px;
        line-height: 1.8;
    }

    .devices .img_box .i_detail .group {
        flex: auto;
        padding-left: 15px;
        line-height: 1.5;
    }

    .devices .img_box .i_detail:hover p:last-child {
        display: block;
        margin: 0;
        color: inherit;
        line-height: inherit;
        height: unset;
    }

    .devices .img_box .i_detail p {
        line-height: unset;
        height: auto;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
    }

    .devices .img_box .i_detail p:last-child {
        font-size: 15px;
        font-weight: 400;
    }

    .devices .img_box .i_detail img {
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .soft {
        background: #4382f9;
        height: auto;
        min-height: unset;
    }

    .soft .soft_detail {
        padding: 100px 0;
    }

    .soft .soft_detail .box_box div {
        width: calc(50% - 15px);
        margin: 0;
        margin-top: 30px;
        height: auto;
        background-color: #fff;
        padding-bottom: 30px;
    }

    .soft .soft_detail .box_box div p:last-child {
        color: #3e3e3e;
    }

    .soft .soft_detail .box_box div p {
        color: #1a67f8;
    }
}


@media only screen and (max-width: 700px) {
    .city_banner .bg {
        padding-top: 0;
    }

    .city_banner .banner_city .left-box .text p {
        font-size: 18px;
        font-weight: 700;
        margin-top: 5px;
    }

    .city_banner .banner_city .left-box .text span {
        font-size: 36px;
    }

    .city_banner .banner_city .left-box .main_button {
        margin-top: 40px;
        height: auto;
    }

    .city_banner .banner_city .left-box .main_button .buy {

        width: 200px;
        font-size: 18px;
    }

    .city_banner .banner_city .left-box .other_button .no_buy {
        width: 200px;
    }

    .worry_box .worry .worry_detail {
        flex-direction: column;
    }

    .worry_box .worry .worry_detail .box_left {
        width: 100%;
        margin-left: -8vw;
    }

    .worry_box .worry .worry_detail .box_left dl {
        left: 8vw;
    }

    .worry_box .worry .worry_detail .box_right {
        width: 100%;
        padding-top: 0;
        margin-top: -20px;
    }

    .worry_box .worry .worry_detail .box_right .box_title {
        font-size: 20px;
        line-height: 1.7;
        font-weight: 700;
        /* text-align: right; */
    }

    .worry_box .worry .worry_detail .box_right .box_title p:last-child {
        /* padding-left: 15vw; */
    }

    .worry_box .worry .worry_detail .box_right dl {
        padding-top: 0;
    }

    .worry_box .worry .worry_detail .box_right dl dd {
        font-size: 13px;
    }

    .file_type .box_title p:first-child,
    .devices .text_box p:first-child,
    .soft .soft_detail .title_box p:first-child {
        font-size: 20px;
    }

    .file_type .box_title p:last-child,
    .devices .text_box p:last-child,
    .soft .soft_detail .title_box p:last-child {
        font-size: 14px;
        line-height: unset;
        margin-top: 5px;
        line-height: 1.5;
    }

    .file_type .file_type_box {
        padding-top: 30px;
    }

    .file_type {
        margin-top: 70px;
        padding: 50px 0;
    }

    .file_type .file_type_box div {
        width: 100%;
        margin-right: 0;
        margin-top: 3vw;
        height: auto;
        padding-bottom: 5vw;
    }


    .file_type .file_type_box .box p:last-child {
        height: auto;
        min-height: 60px;
        padding: 0 5vw;
    }

    .file_type .file_type_text {
        margin-top: 5vw;
    }

    .file_type .file_type_text p {
        font-weight: 400;
        line-height: 1.8;
        text-align: justify;
    }

    .devices {
        padding: 50px 0;
    }

    .devices .img_box .i_detail {
        width: 100%;
        margin-top: 5vw;
    }

    .devices .img_box {
        padding-top: 20px;
    }

    .devices .img_box .i_detail img {
        width: 50px;
        height: 50px;
    }

    .devices .img_box .i_detail p {
        font-size: 17px;
    }

    .devices .img_box .i_detail p:last-child {
        font-size: 14px;
    }

    .soft .soft_detail {
        padding: 50px 0;
    }

    .soft .soft_detail .box_box div {
        width: 100%;
    }

    .soft .soft_detail .box_box div {
        margin-top: 5vw;
    }

    .soft .soft_detail .down_box {
        margin-top: 10vw;
        height: auto;
    }

    .soft .soft_detail .down_box a {
        display: block;
        margin: 0 auto;
    }

    .soft .soft_detail .down_box a + a {
        margin-top: 3vw;
    }

    .system-list.recom-list .recom-list-box.recom-list-box-detail li {
        display: flex;
        width: 100%;
    }

    .system-list.recom-list .recom-list-box.recom-list-box-detail li .text_ {
        margin: 0;
    }
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.aside-fixed {
    position: fixed;
    top: 25%;
    right: 20px;
    width: 92px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    z-index: 100;
    text-align: center;
}

.aside-fixed .fix-item:hover {
    background: #333;
}

.aside-fixed .fix-item:hover .img {
    width: 30px;
    height: 30px;
    margin-bottom: 11px;
    background-size: contain;
}

.aside-fixed .fix-item:hover:nth-child(1) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAmNJREFUSEu1lUuIT2EYxn+PUMrGNZdopEgjpphkZYhYSJGUXCbRIBu3BaUmSxkLiWkoYjUsUUMRdqZJkluDcikMtqSkHr3/vjOd+c//qubbnM453/l+7/u87/MeMcJLI3w+ZQG2m4DFwHzgD/AJ+C7pdj1BDQPY3gZcAHqAl8ArYBywBFgGzAPOSTpZC2gQYHsmcAn4C7RLelrqANtrgWPAKEkrqkHygFvAC0nHq30U723fiKukLZX2FwC2TwHTJLWm+3agQdKu/Me2O4GBTB7bN4EnleTKAO+AjZKeJ8AVoBHYLulNehbaXwOeSdqbnq0HuiSFvCWXbE8B+iVNrEWabI/tOcACYB/wE3gA3JP0Pn9OAFpSUVfWArB9AjgAPE4d1gvMSh22A7iYZVioke0xwC9ggqS4ll2270StgIOSHhZvtB2eOQy0SSrIn9XgPnBWUhSt5LJ9GmiStCbpH5n3ZUHZbohAJf2wHT6aHB2WAaJrGsu1nO0ocB+wVNLb5PLwyVFJZxLwc+qoDek+jHo574OuJNOwvra9FWiVtC5X5AjqqqQP6cA24KOku+k+/DRpyKiw3Z0cOgRiOw4LU9U0HnISthcDjgBTgdcRcZpF0S1zgeX5DKp1XHJ6bzGgHxgLRCaR6nRgBjAe2A+skhTDr+KyvSgMGZO4GBCjoVvS7xItuBs4JGlhDYABoENSR10/HNvngZ3AHknXS4Fsh6Q9Wb3qAqTibU6Q0cAX4BsQYyZ88CiNjubww6DRqqVcJtLVwOw0Jr4mWDOwCeiUFGYr/8v8H2jOIy3ZKKlbonrBIw74B4xL/UOjNMFQAAAAAElFTkSuQmCC);
}

.aside-fixed .fix-item:hover:nth-child(2) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAAXNSR0IArs4c6QAAAhFJREFUSEu1loFtE1EQRGcqCFSQpAKggiQdJBWQdGAqIB0AFUAqIB0kVICpIOmAUMGgd9qTzvj+fdsSXzrJuvt/Z3d2dr6tHVaSc0nvJb2th1Mvkh4l3du+64Vxb0OSb5IuCVgPAOMigWtJvyVd2J5+2wi9CJTkVtKKKmw/zyWV5JUkkjmyfdFKvAdEhivbBGquAqOqd7bXcxubQNUX+Cfj7kpCvx5tw8LWWgKCskvb9KG7imYopp97AZHZ+Z5Azf1LFR0CdFBFUPbd9usub5KSIP/13j0ieJLUfNDonuqeJF3Znt3bkzeyPl6aj0oImq9tnxw6R0ibQSUI1GytJAT/KemmtYdDu1gQFvO5FLgxjDWoD5J+2WZfc3WBihqCfJUERV/wtCTMyydAquKmz+1U0ZhiOQWVval3f6i0pbJ/S+uJgUpeptxXT06m6krC9XEm6a7l4LNASQD4WD08lnQ6uncSquIdzYdCBIMYiHVU/RzonVa1AVT0wPvp6Np1H3EFXFUCAKFEDHRVHjdIu84zEszf7fRCHIAqK5rNfUIguB8yKqoYRr4hZRL5UTcsxsu3DWlPEhq/rV0gvBjVs3XBVdb04EPRhBCgF5vC37YcvuIOgzyMRgVZdOk6hLWgOP4f8BsGAOTs7GU3cY0zgKgAPhdv0V2MdcE5nkYgsls0zkOBJKHKe4BGi0Ga/2MNg/0XWBgGhgPv/d0AAAAASUVORK5CYII=);
}

.aside-fixed .fix-item:hover:nth-child(3) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAVZJREFUSEvtldFNw0AQRGcqIB0QKiBUQOiADqCElJASUkKoAFMBTgWkhJRABxu90x0yEvZxsvIF+2M5vtvZ3ZnZOCIWkp4k8ZyKg+2eAxGxlnRfOf8p6cUR0UlaSTpVLpDwJhfyIelQOb+U1AMQkh5KdWOXIoLqKYZO17bpYjRyl6+tAGlEDQDv/wA1Dv7giFpl2qGifXZlzWjofmi0ItkxHjDaAQCM8yiJH6ZibzsVERE4nztTcbK9d77A4duJ0+yVtwJQSfztcxkRAMeJi3R5LemuFaTFyRTAmHa5621aZnafR/Zse5O/IYYNxbQAQCoJSQwPX+95sW3LAhwu0DkAaaxUeRGAIV8/AKxsJ07ndAAX3QgHC9sobxbAkANUtixVRwTJ+VM6zung4iT/GgDNXiHBitHQOEZL5EUE78j2GBGsGXxQJMxzBw9lFyWDVAJJUkxTnAFGGnEwtvMEZwAAAABJRU5ErkJggg==);
}
.aside-fixed .fix-item:hover:nth-child(4) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAhxJREFUSEu1lU2ITlEYx3+/hcaUhaUkG9EkVqMmykeSQaEsFMmCMgtFyUexYGQxiYQsfExZiMlGFkwWmrKwmIaFhWKBkGJrYWHx6LydO73u3Pt+TM3dvJ1z//f8nuf/P+e8MsePc7w+LQERcRhY0qaI7+ponaYWEBGPgaXAeBvAduCrurdKVwmIiPPAYnWoEwsj4jbwTb1U1s8ARMQmYELtKp+ICGBAnWyGVAEmgHPq606qLzQRsQ64qG6pBXRrTbmAbNV79XrxbrqD2VpTAUlW9akf0rtmQLLmhvokw4bUfe1sioh+YKrILCL2AMPq6irAI/VORPQAz4BJ9WwrSERMAWPqlaSLiCPAcvVUGbAA+A3sUMcjYhnwAhhR71VBsue96sG8+Crgqjo4I4Ms2JUEwKD6KSI2AC+BbWr6nX5ypUeBNerfiJiXzgKwsfD/vw6atluyZK26M0P3A+kqWKl+znMN34F+9W2eSwWMqg9bnoMsTqIf6sk8Pg0cUvvy+AtwQb2fx+kE9xS+twXkj94BN9W7eZz29rH88TX1RJ5P/h9Qt1bl1OqyK0JPnr7Ki/U2fNU/eTwAPFUX1e20dtd1Cjl1sF79VQp5IfAm77rGoeqqg6bQjwOb1d0lwHPgQTnUMqSjGzMiUpg/1TPZmsvAfLXIpK6B1v9opYrHUid57pY6XLtq04uOOmiya0UO+WMnize0nQpnq5tzwD9f4ucZeRWBagAAAABJRU5ErkJggg==);
}
.aside-fixed .fix-item:hover:nth-child(3) .img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 92px;
    width: 120px;
    height: 120px;
    background: #000;
    background: no-repeat url(/resources/assets/images/ewm.jpg) center / cover;
}

.aside-fixed .fix-item:hover:nth-child(5) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAjBJREFUSEullc+LTlEcxj/Pwl+glJJIURZSwsbCuzFFscIgyhSLUX7EQoOGJCkLCxSxoGZrYUNRpixYUIo0NX+AhbJDVo++45y3c+/c9733Nafu5px7ns/5/hYdl+0DwC3gMzAl6UuXq+ryk+3DwAxwNf0/DhyS9KntfivA9jHgSYhLuhaCtqeBo8C4pA/DIEMBtieAx6V4FkuQ4wnyfhBkIMD2SeBBk3gNciK5620TpBFg+xRwd5h4DTKZLHlThywC2D4D3OkiXkCuAGcT5FUJqQBsnwdujyJeQKaAi8BBSS/yfh9gOw5v/o94DXI5WfI89hcAtmPz+lLEa5BI57DkmWzvBCI4/TxvK562c9vhrhuKZXsNsFvS/baLo5zbngzN1koeRbRzHSxVtJKmKQaNmpJmi+CFKzcC34Gvkn4WZxHHvGK/f56DHM1r0ZLUs70SeApsA94Bq4B1wJHIkpSFOVHiQWuBZcDDaI71Qotsms1dM12OfP5Y7qX9mAu7JH3LmRhJk862A9EA9w0F2B5LxbdD0q/SxNRNCXAdkCD/Hlu7VLHA9iVgg6SYCZVlez8QqRhuXHBRYUF22VgbIIDhngsDAPckrSiKNWKwPH3tMbB9DuhJ2tsAiN61XtJEAegBP4B5Sb/jTpsFW4AYiRHMShu2HdY9kjTTFIP8oC5ZFFNtD3AaeA2sBmJmbJW0uUzTHINKoQ0LclFIMeFihG4C5oCX0fsl/SkA0xHwuiv/Au4AKjLdgXetAAAAAElFTkSuQmCC);
}


.aside-fixed .fix-item {
    position: relative;
    width: 100%;
    height: 92px;
    cursor: pointer;
    padding-bottom: 20px;
}

.aside-fixed .fix-item:not(:last-of-type)::before {
    content: '';
    position: absolute;
    top: 92px;
    width: 50px;
    height: 1px;
    background: #eeeeee;
}

.aside-fixed .fix-item:first-child {
    padding-top: 20px;
}

.aside-fixed .fix-item .img {
    width: 30px;
    height: 30px;
    margin: 0 auto 11px auto;
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.aside-fixed .fix-item:nth-child(1) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAxBJREFUSEu1lU9oXUUUxr/vvqdBcNOqpVqUitAgFXMzZ94TV/5B0YUIigjin1CUanFjbRcKQnAp1oWILVVQdBVdViEKirpK+jrnvme0SlXwD6hVtw1C4p0jE+4NSXwvL0/I3Vzmzsz5zTnzfecS2/xwm+NjICDP87zRaEwAGCe5VJblLyT/LIriw1EO9R+Ac+5hksdJzprZWZLfxBgvybJMANxkZvvM7LWiKF7cCmgVMDExsafRaLyZZdk/AKZDCN1+AZxzd5F8jmQWQrhlGGQVICIfAPhaVZ8ftinNi8j76a2qD262fgXgnHuJ5G5VnarG0yT3quqBtZtF5ISZna/L470/FWPUzcq1AhCRHwDcp6pfVeO3zWx/s9l8pNPpfJe+tdvtfWVZvkvyyxDCk9VB7iF5UlX3DMqCk5OTV2RZdk5Vd26lNPWadrt9bYzxegBPmdkFM/us2Wx+0ul0flwbh977W81sWlVv2wpARF4A8DSA+aQwAKdjjFcnhZF8lOQbdYYpHkXkIgCLy8vLOxYWFhY3g4jIRwB2k3wmhPD5xrXe+3EAz5rZQVVdKX99B5+SfDWEcGoQQEReNrO8KIo705qU+dLS0pn6UHme7yW52O12/xKR4wAuTwqrVZRUs3+Q5KoLPlOWpe/1et+3Wq08xph8clRVX6mE8StJDSHcWwlgluRbqz7w3p80sx39IN77h8xsSlXvrjN0zk3HGN/p9Xo/VQEPAvi5KIqPK2Dy02XrWoX3fsbMso2QFCxt2mp7qEuYxLMOICJHzGwXgG9JTpE8G2OcB3AdyZvXZjBMcZXTT28EnANwMYAZkinVK83sKjO7lOShGOPt3W43SXPTxzl3YzJko9EYXwdwzh0YGxubmZub+7uPBB83s8OqesMwgIicB3BMVY+N9MMRkdcBPGZmTxRF8V4/kIjMm9lsfV8jAarLeyBBYoxNkr+R/MPMdqbmaGZfpNYRY2wlP6wabVjK/eZbrdYdZnZN1SZ+B5BgLQD3Azihqslsg3+Z/wda70kur1vJyCUaFbztgH8BfC9pZ8fgSI0AAAAASUVORK5CYII=);
}

.aside-fixed .fix-item:nth-child(1) .img::before {
    content: '2';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #eb3131;
    color: white;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-radius: 8px;
    top: 12px;
    right: 12px;
    animation: blink 1s infinite ease-in-out;
}

.aside-fixed .fix-item:nth-child(2) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAYAAADkgu3FAAAAAXNSR0IArs4c6QAAAl5JREFUSEutVdtxGkEQnN3lHxyBUARe3x7fggysCAwZ4AhMBsYRYCKQMhD+5vZ8igBlIPTP7rhaNVd1Au4B5a3ih9udnkd3j6IOJ03TMTN/IyIrP7zaE9GGiB699+u2MKrtgnPuNxF9RUD8lFIAKA8SmBLRawhhUhRF9duH0I1AaZoumHkeQrBFUbycS8paOzDGIJm+935Sl3gjkHNuD6A8zxGo9gjYq9b6y3a7Lc5drAWSuaD/g7b24nuSJBut9SbLssVFQEmSzDGbPM/HXYCkzdZ7j3menKaKFjHG8SVATff/KxAzX1URqPvgvf/UpXXOOVC/uHhGCO6cY6XUJMsyCLONdTul1H3d3TZ6g9Y3TfoAuhBh6r0fXqUj0QeEiiBwhpNjrR0aY/4S0azuDh61WlCSJFOl1FJrPT4WoyTyRETP3ntYUe1pBRIxAmzFzKD8L3iacw56+QmQEMK0yec6VVSmKE6xJKLP8t8bKq1j2XFpjRVJ2/bV3mMmvV5vWGXXaDSyMca7EMK6rrKzQALwQ2Z4E0K4Ld3bOYeq8N8MQWVOIANi9Zl5Wba3WtUHIGkP+n5burbsI6yA+5IYRAQmbrz38yq15T0kwUS0qC7EdyDJakVEE/T9cDgsyxYIfSHGSYxxqJRCIn+wYUMIc2PM7pjalYR2WusZ2KoEZMfMzzFGsOdkwUnWd1rr7zFGtOkN2iIi2JQ9Z7wSFytjCmkoBGlzaXkEGwLj1sy8Ad0BeE5f1dmUSSrn3Av00bZFuxhrg3PsSqCVMabROK8FYuYBMz+qyuD61wZrefcu7H8JMnubYyqKuAAAAABJRU5ErkJggg==);
}

.aside-fixed .fix-item:nth-child(3) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAalJREFUSEvtVcFRwzAQPJ3tN+mAUAGO5bwxHaQDUkJKSAkpIVSAqYDkHVuoBEpIAZaOWY89YxjsxGHygvvJPmlPt7crFcfxJAiCJxGZ0EAw874oih1S0jTNvPcPQ/lKqaNz7llprXMiikXk48SGB+fcXRRFE+/9u4jsT+RPiWgHAFFKPbbV9W1KkgTV58wMgMwYkw0B4JYi8jIKgJnrFo0AePsH6KWh4eCvteiCMc0xRVsigioHhUZEWVdoENGQDogIQtsrWAUzL5gZH3qjqqqttbYuYj6fQ/mLoXzv/YcxZquQpLVeiMh934bGV15bgBOVf/ndtggAdgAARnjrnJuNBTlbyVprKyJbY8ymcdQ1eICHoWXe+2VZlqumI7lzboVizgaA2cGLiqLAwdRdN/a9bg2wa6AXA4A355xFlVcB6PL1HQAtOxwONae/ucFGKZX/xAFG31p7/BVAlwMcGEXRtK1aa31k5gzri29wdZLHAODRvxGRXm/BOywiK2aetW1IkmQVBMEO6ziOp2EYLtsRTtN0XVXVBjzUXhSGYS2QoYDSy7JEMaPiE+Vj4NvuJE7OAAAAAElFTkSuQmCC);
}
.aside-fixed .fix-item:nth-child(4) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAptJREFUSEu1lD9oVEEQxnfeIfHA4koRsTFKOBSS3ZeEEzQSxKiggoWgSAoFUwgK4h+IhUZSiCiiYqExkEI02IiFBosQsDDwbr85uELQQsWIoK2FxcGObNgXLpe7y13A17w/8735zX4zu6T+80X/Ob9qCojj+IxzbnOzIqIo+mGtnWykaQgwxrxUSm0RkZlmACI6qJT6DuB4PV1dgNb6ehRFm6y1I61YGMfxYxFZADBeq18BiON4r4jMAWirP8YYIaJ+a21SDVmRxBgzF0XRtWKx+KGV6lNNb2/vLhG5aa3d1xDQrjW1BQSrPgK4n8aWVrBWa2ohwaoua+0nH1sCeGtE5AEzv/Iw59wIM59YzSattSEim/ZMa32MiMYA7KwHeMHMTzo7OztyudwbEUkAjDaDGGOsUmoawB2v01qfJaJtAC4vA+Tz+Q3ZbPYPER2y1s4YY7Yqpd4ppW4BeFoP4j13zmWZedjH4zjeISJ3AQyt6EEQHPGCKIqGisXil56enj1RFM065w6USqXZakio9JzPC6BijFmnlFogooHU/2UrSH/WWo8SUQHAYf/NGHNSKTWZyWTySZJ8DTYs+u7DADjofAGTAJ433QdB7EU/AVwKCa8Q0WkAXSH+TURuMPNUiI8TUUfq+6qAkKQsIg+ZeSK8+9k+759F5B4zXwy2DovIKQD76/Wp4XGQNt05N1Aqld77nwuFQtbf5+fn/wZov1LqNYCNjSat6XkTmjxRqVR2l8vl39VJuru7c5lMBmHqFjdVWytIxcaYCyIyyMxHa6boLRE9q21qLaSlE9MYMyUiv5j5avD9toisB7DYk2ZXS4AwKdNENBia/IiZx1ZL7uMtA7y4r69vu78nSfK5leRtA1pNWq1rawVrAfwDUXwyKChZy7UAAAAASUVORK5CYII=);
}

.aside-fixed .fix-item:nth-child(5)::before {
    height: 0;
}

.aside-fixed .fix-item:nth-child(5) .img {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAApxJREFUSEutlc9LVUEUx7/n6cM/QAiCiCIoaBEyZ6pNi95GoaBW5bNISMiFQT+ohZhhEiFBixYVFLUocNvCTUGBQosnOGcMjQhy3yIINxZv4T0xcq/cN75fZndx4c658/3MzPmeM4Q2H2PMeSJ6qKrLhUJhzDn3pZ2p1M5PzHwBwLSq3gv/E1G5UCgMLCwsfG41vyXAWjuoqq+DuPd+MggaYyaI6FKSJOXFxUXXDNIUYK0dUtVXefFMLIVcVtWy936+EaQhwBgzTETP64lHkCuqOuC9/1QPUhdgjLlKRE+aiUeQEQBlEZmNIVsAzHwdwON2xDMxZr4L4EZIvnPuQx5SA2DmWwAebUc8t5MxIholon7n3LtsfBPAzKMApv5FPIKMpzuZ2bB0eDHzOID7OxGPIJOq2u+9f0vW2pOqOvs/xCPIAxEh6unp2dfR0XFKRJ61qsrtxJl5JGi2rOTtiLZdBzsVrbFpyEEjQefcXBYLR9nZ2XmYiH5Wq9WvS0tLa1ksr0FEa/l4luSJehARKTHzblV9Q0THAFQA7AFwQFUvBpeEeZlRAIQF7QdQVNUXoTnGhRbcNJd1zXTyTJIkkh9Lrb0MoFdEfmSA4Jo0dhzAPBGdbQowxvQR0RSAEyLyO7/L0E3DdwDHgBSysdimAGvtnSRJDnnvB+MjZOZzAIIVSzEgd2R9TQHMHLqjiMjtBoCnIrIrykE3gO62cmCtvQmg5Jw7UwcQGttB59xQBiCiUpIkv7q6ur5XKpU/m70o13ZrkmyMYSJyRNQbt+GwO1V96b2frpeDLd00n5jIReFWO62q14rF4sf19fW9qhrujKMi0pO3aeaimkLLf6SrqrFpiKc33DCAIwC+EdH71dXV0ZWVlWoOMBESHh/lX/ZrwgYaXdnjAAAAAElFTkSuQmCC);
}

.aside-fixed .fix-item span {
    height: 11px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}

.aside-fixed .fix-item + .fix-item {
    padding-top: 20px;
}

.aside-fixed .fix-item:hover span {
    color: #fff;
}


.oneRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.twoRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fourRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sixRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.sevenRow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}